diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4435247..3365488 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,6 +39,6 @@ jobs: TAP_GITHUB_TOKEN: ${{ secrets.SIN_GITHUB_FALLBACK_TOKEN }} - name: Generate build provenance attestation - uses: actions/attest-build-provenance@v1 + uses: actions/attest-build-provenance@v4 with: subject-path: "dist/*.tar.gz, dist/*.zip"