Skip to content

Commit 1791331

Browse files
dependabot[bot]ashr123
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] <support@github.com>
1 parent a6973fb commit 1791331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/graalvm-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
steps:
5757
- uses: actions/checkout@v5.0.0
58-
- uses: actions/download-artifact@v5.0.0
58+
- uses: actions/download-artifact@v6.0.0
5959
name: Downloading artifacts
6060

6161
- name: Display structure of downloaded files

0 commit comments

Comments
 (0)