File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ jobs:
281
281
run : tar -czf package.tar.gz release
282
282
283
283
- name : Upload npm package artifact
284
- uses : actions/upload-artifact@v3
284
+ uses : actions/upload-artifact@v4
285
285
with :
286
286
name : npm-package
287
287
path : ./package.tar.gz
@@ -337,7 +337,7 @@ jobs:
337
337
338
338
- name : Upload test artifacts
339
339
if : always()
340
- uses : actions/upload-artifact@v3
340
+ uses : actions/upload-artifact@v4
341
341
with :
342
342
name : failed-test-videos
343
343
path : ./test/test-results
@@ -420,7 +420,7 @@ jobs:
420
420
421
421
- name : Upload test artifacts
422
422
if : always()
423
- uses : actions/upload-artifact@v3
423
+ uses : actions/upload-artifact@v4
424
424
with :
425
425
name : failed-test-videos-proxy
426
426
path : ./test/test-results
Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ jobs:
318
318
run : tar -czf package.tar.gz release
319
319
320
320
- name : Upload npm package artifact
321
- uses : actions/upload-artifact@v3
321
+ uses : actions/upload-artifact@v4
322
322
with :
323
323
name : npm-release-package
324
324
path : ./package.tar.gz
You can’t perform that action at this time.
0 commit comments