chore(deps): bump actions/download-artifact in /.github/workflows

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](https://github.com/actions/download-artifact/compare/v2...v4.1.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
master
dependabot[bot] 8 months ago committed by GitHub
parent 62ab39cf82
commit e4879f2e97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 8
      .github/workflows/release.yml

@ -127,22 +127,22 @@ jobs:
release_name: ${{ steps.get_version.outputs.VERSION }} release_name: ${{ steps.get_version.outputs.VERSION }}
- name: Download Linux amd64 tarball - name: Download Linux amd64 tarball
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4.1.7
with: with:
name: ${{ env.LINUX_AMD64_TARGET }} name: ${{ env.LINUX_AMD64_TARGET }}
- name: Download Linux arm64 tarball - name: Download Linux arm64 tarball
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4.1.7
with: with:
name: ${{ env.LINUX_ARM64_TARGET }} name: ${{ env.LINUX_ARM64_TARGET }}
- name: Download Windows tarball - name: Download Windows tarball
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4.1.7
with: with:
name: ${{ env.WINDOWS_TARGET }} name: ${{ env.WINDOWS_TARGET }}
- name: Download MacOS tarball - name: Download MacOS tarball
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4.1.7
with: with:
name: ${{ env.MACOS_TARGET }} name: ${{ env.MACOS_TARGET }}

Loading…
Cancel
Save