diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f4c8f1..3f193f7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,11 +80,11 @@ jobs: HOMEBREW_TAP_TOKEN: ${{ secrets.HOMEBREW_TAP_TOKEN }} - name: Generate Binary Attestation - uses: actions/attest-build-provenance@v3 + uses: actions/attest-build-provenance@v4 with: subject-checksums: dist/checksums.txt - name: Generate Image Attestation - uses: actions/attest-build-provenance@v3 + uses: actions/attest-build-provenance@v4 with: subject-checksums: dist/digests.txt