Skip to content

Commit

Permalink
fix: update download artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
banditopazzo committed Feb 12, 2025
1 parent 736e7a2 commit 5694c1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
steps:
# We ONLY want the binaries (all targets) and vendored archive, so we do:
- name: Download binaries
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
# This matches all binary artifacts from every matrix job
name: "binaries-${{ env.REGISTRY_TAG }}-*"
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
# We do NOT download the binaries or vendored archives here,
# only Docker images. We use a wildcard for all platforms.
- name: Download images
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: "images-${{ env.REGISTRY_TAG }}-*"
path: /tmp/images
Expand Down

0 comments on commit 5694c1f

Please sign in to comment.