Skip to content

Commit 9ad8569

Browse files
Bump actions/download-artifact from 4 to 5 (#768)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e842ed4 commit 9ad8569

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636

3737
- name: Download Guest Binaries
38-
uses: actions/download-artifact@v4
38+
uses: actions/download-artifact@v5
3939
with:
4040
name: guest-binaries-release
4141
path: ./downloaded-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@v4
137+
uses: actions/download-artifact@v5
138138
with:
139139
pattern: benchmarks_*
140140

0 commit comments

Comments
 (0)