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 @@ -219,7 +219,7 @@ jobs:
219219 if : success()
220220 # https://github.com/actions/upload-artifact/issues/38
221221 - run : tar -czf package.tar.gz release
222- - uses : actions/upload-artifact@v4
222+ - uses : actions/upload-artifact@v5
223223 with :
224224 name : npm-package
225225 path : ./package.tar.gz
@@ -251,7 +251,7 @@ jobs:
251251 ./test/node_modules/.bin/playwright install-deps
252252 ./test/node_modules/.bin/playwright install
253253 - run : CODE_SERVER_TEST_ENTRY=./release npm run test:e2e
254- - uses : actions/upload-artifact@v4
254+ - uses : actions/upload-artifact@v5
255255 if : always()
256256 with :
257257 name : failed-test-videos
@@ -304,7 +304,7 @@ jobs:
304304 - run : ~/.cache/caddy/caddy stop --config ./ci/Caddyfile
305305 if : always()
306306
307- - uses : actions/upload-artifact@v4
307+ - uses : actions/upload-artifact@v5
308308 if : always()
309309 with :
310310 name : failed-test-videos-proxy
Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ jobs:
303303 - run : tar -czf package.tar.gz release
304304
305305 - name : Upload npm package artifact
306- uses : actions/upload-artifact@v4
306+ uses : actions/upload-artifact@v5
307307 with :
308308 name : npm-release-package
309309 path : ./package.tar.gz
You can’t perform that action at this time.
0 commit comments