diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b388200e..28a36f3f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -201,7 +201,7 @@ jobs: - build steps: - name: Download release artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: release-* merge-multiple: true @@ -245,14 +245,14 @@ jobs: ref: ${{ env.RELEASE_TAG }} - name: Download release artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: release-* merge-multiple: true path: dist - name: Download checksums for Homebrew formula - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: release-checksums path: dist