Skip to content

Commit bb5968d

Browse files
build(deps): bump actions/download-artifact from 3 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ee68707 commit bb5968d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/graalvm.yml

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

155155
- name: ⏬Download all the build artifacts
156-
uses: actions/download-artifact@v3
156+
uses: actions/download-artifact@v4
157157
with:
158158
path: release-artifacts
159159

0 commit comments

Comments
 (0)