Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb4b755d

Browse files
chore: bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.- [Release notes](https://github.com/actions/upload-artifact/releases)- [Commits](actions/upload-artifact@v4...v5)---updated-dependencies:- dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>
1 parent93c1f4f commitb4b755d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎.github/workflows/build.yaml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

‎.github/workflows/release.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp