Skip to content

Commit a0aa0c2

Browse files
dependabot[bot]jfernandez
authored andcommitted
Bump actions/download-artifact from 5.0.0 to 6.0.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 984b103 commit a0aa0c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
steps:
7676
- name: Download all artifacts
7777
id: download_artifacts
78-
uses: actions/download-artifact@v5.0.0
78+
uses: actions/download-artifact@v6.0.0
7979
with:
8080
pattern: bpftop-*
8181
path: artifacts

0 commit comments

Comments
 (0)