File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 38
38
run : ./test.sh
39
39
40
40
- name : Archive external
41
- uses : actions/upload-artifact@v2
41
+ uses : actions/upload-artifact@v4
42
42
with :
43
43
name : pdjs
44
44
path : |
@@ -102,7 +102,7 @@ jobs:
102
102
bash ./test.sh
103
103
104
104
- name : Archive external
105
- uses : actions/upload-artifact@v2
105
+ uses : actions/upload-artifact@v4
106
106
with :
107
107
name : pdjs
108
108
path : |
@@ -190,7 +190,7 @@ jobs:
190
190
bash ./test.sh
191
191
192
192
- name : Archive external
193
- uses : actions/upload-artifact@v2
193
+ uses : actions/upload-artifact@v4
194
194
with :
195
195
name : pdjs
196
196
path : |
@@ -235,7 +235,7 @@ jobs:
235
235
./deken package -v ${{ env.VERSION }} --objects objects.txt pdjs
236
236
237
237
- name : Archive deken package
238
- uses : actions/upload-artifact@v2
238
+ uses : actions/upload-artifact@v4
239
239
with :
240
240
name : deken
241
241
path : deken/pdjs*.dek*
You can’t perform that action at this time.
0 commit comments