Skip to content

Commit fbfef6d

Browse files
authored
Merge pull request #115 from sureshg/dependabot/github_actions/actions/download-artifact-4
build(deps): bump actions/download-artifact from 3 to 4
2 parents 0076e99 + bb5968d commit fbfef6d

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)