From 5694c1ff9bdb3c88313955d937c528caa6a77c17 Mon Sep 17 00:00:00 2001 From: banditopazzo Date: Wed, 12 Feb 2025 13:54:48 +0100 Subject: [PATCH] fix: update download artifact --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d9d8d06c..23a33e0b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 }}-*" @@ -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