File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ jobs:
281281 run : tar -czf package.tar.gz release
282282
283283 - name : Upload npm package artifact
284- uses : actions/upload-artifact@v3
284+ uses : actions/upload-artifact@v4
285285 with :
286286 name : npm-package
287287 path : ./package.tar.gz
@@ -337,7 +337,7 @@ jobs:
337337
338338 - name : Upload test artifacts
339339 if : always()
340- uses : actions/upload-artifact@v3
340+ uses : actions/upload-artifact@v4
341341 with :
342342 name : failed-test-videos
343343 path : ./test/test-results
@@ -420,7 +420,7 @@ jobs:
420420
421421 - name : Upload test artifacts
422422 if : always()
423- uses : actions/upload-artifact@v3
423+ uses : actions/upload-artifact@v4
424424 with :
425425 name : failed-test-videos-proxy
426426 path : ./test/test-results
Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ jobs:
318318 run : tar -czf package.tar.gz release
319319
320320 - name : Upload npm package artifact
321- uses : actions/upload-artifact@v3
321+ uses : actions/upload-artifact@v4
322322 with :
323323 name : npm-release-package
324324 path : ./package.tar.gz
You can’t perform that action at this time.
0 commit comments