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

Commit24b965c

Browse files
chore(deps): 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 parent895d0a4 commit24b965c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎.github/workflows/benchmark.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
run:node ci/github-actions/illustrate-benchmark-reports.js
100100

101101
-name:Upload benchmark reports
102-
uses:actions/upload-artifact@v4
102+
uses:actions/upload-artifact@v5
103103
continue-on-error:true
104104
with:
105105
name:benchmark-reports

‎.github/workflows/deploy.yaml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
run:strip --strip-all target/${{ matrix.target }}/release/pdu
8686

8787
-name:Upload build artifact
88-
uses:actions/upload-artifact@v4
88+
uses:actions/upload-artifact@v5
8989
with:
9090
name:pdu-${{ matrix.target }}
9191
path:target/${{ matrix.target }}/release/pdu
@@ -121,7 +121,7 @@ jobs:
121121
run:strip target/${{ matrix.target }}/release/pdu
122122

123123
-name:Upload build artifact
124-
uses:actions/upload-artifact@v4
124+
uses:actions/upload-artifact@v5
125125
with:
126126
name:pdu-${{ matrix.target }}
127127
path:target/${{ matrix.target }}/release/pdu
@@ -156,7 +156,7 @@ jobs:
156156
run:cargo build --target ${{ matrix.target }} --release --all-features
157157

158158
-name:Upload build artifact
159-
uses:actions/upload-artifact@v4
159+
uses:actions/upload-artifact@v5
160160
with:
161161
name:pdu-${{ matrix.target }}
162162
path:target/${{ matrix.target }}/release/pdu.exe
@@ -348,7 +348,7 @@ jobs:
348348
run:./ci/github-actions/create-checksums.sh
349349

350350
-name:Upload as artifacts
351-
uses:actions/upload-artifact@v4
351+
uses:actions/upload-artifact@v5
352352
with:
353353
name:checksums
354354
path:sha*sum.txt

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp