Skip to content

Commit 8c30579

Browse files
Bump actions/download-artifact from 5 to 6 (#979)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3e7e027 commit 8c30579

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/Benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ jobs:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939

4040
- name: Download Rust Guest Binaries
41-
uses: actions/download-artifact@v5
41+
uses: actions/download-artifact@v6
4242
with:
4343
name: rust-guest-binaries-release
4444
path: ./downloaded-rust-guest-binaries-release
4545

4646
- name: Download C Guest Binaries
47-
uses: actions/download-artifact@v5
47+
uses: actions/download-artifact@v6
4848
with:
4949
name: c-guest-binaries-release
5050
path: ./downloaded-c-guest-binaries-release

.github/workflows/CreateRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
just tar-static-lib
135135
136136
- name: Download all benchmarks
137-
uses: actions/download-artifact@v5
137+
uses: actions/download-artifact@v6
138138
with:
139139
pattern: benchmarks_*
140140

0 commit comments

Comments
 (0)