diff --git a/.github/workflows/release-docker.yml b/.github/workflows/release-docker.yml index 3b6665bd..28f70b2f 100644 --- a/.github/workflows/release-docker.yml +++ b/.github/workflows/release-docker.yml @@ -77,7 +77,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Download pre-built binary - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: ${{ matrix.binary-name }} path: /tmp/binary @@ -113,7 +113,7 @@ jobs: needs: [build-docker] steps: - name: Download digests - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: ${{ runner.temp }}/digests pattern: digests-* diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5b312c23..a3e7f736 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -148,7 +148,7 @@ jobs: # Download everything to avoid spelling out the different # platforms here. - name: "📥 Download all artifacts" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 - name: "📤 Upload artifacts for release" run: gh release upload "${GITHUB_REF/refs\/tags\//}" ./*-release-artifacts/* env: