Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jdubois committed Mar 22, 2024
1 parent cbb9e4c commit 3db9b6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cli-continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- windows-latest
steps:
- name: Download application package
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: java-binary
- uses: graalvm/setup-graalvm@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cli-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
artifact_name: windows-binary
steps:
- name: Download application package
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: java-binary
- uses: graalvm/setup-graalvm@v1
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
file_glob: false
steps:
- name: Download binary
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ matrix.artifact_name }}
- name: Upload binary to the GitHub release page
Expand Down

0 comments on commit 3db9b6e

Please sign in to comment.