diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4da0688..6838860 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,7 +84,7 @@ jobs: # claim that these bytes were released, and on a dry run they were not. - name: Attest build provenance if: steps.mode.outputs.publishing == 'true' - uses: actions/attest-build-provenance@v3 + uses: actions/attest-build-provenance@v4 with: subject-path: dist-release/*.tgz