Skip to content

Commit

Permalink
build(deps): 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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and crozzy committed Apr 29, 2024
1 parent c9e1f56 commit 5ed8021
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cut-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
GOARCH: ${{matrix.goarch}}
steps:
- name: Fetch Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
id: download
with:
name: release
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
steps:
- name: Fetch Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
id: download
with:
name: release
Expand All @@ -186,7 +186,7 @@ jobs:
needs: [config, release-archive, release]
steps:
- name: Fetch Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
id: download
with:
name: release
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
goarch: 's390x'
steps:
- name: Fetch Archive
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
id: download
with:
name: release
Expand Down

0 comments on commit 5ed8021

Please sign in to comment.