Skip to content

Commit

Permalink
chore(deps): bump actions/download-artifact in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v2...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 3, 2024
1 parent 62ab39c commit e4879f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,22 +127,22 @@ jobs:
release_name: ${{ steps.get_version.outputs.VERSION }}

- name: Download Linux amd64 tarball
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: ${{ env.LINUX_AMD64_TARGET }}

- name: Download Linux arm64 tarball
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: ${{ env.LINUX_ARM64_TARGET }}

- name: Download Windows tarball
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: ${{ env.WINDOWS_TARGET }}

- name: Download MacOS tarball
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: ${{ env.MACOS_TARGET }}

Expand Down

0 comments on commit e4879f2

Please sign in to comment.