We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce7090 commit 9301b0fCopy full SHA for 9301b0f
.github/workflows/ci.yml
@@ -193,10 +193,10 @@ jobs:
193
GITHUB_TOKEN: ${{ github.token }}
194
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
195
NO_DIGEST: ${{ vars.NO_DIGEST }}
196
- - uses: actions/attest-build-provenance@v3
+ - uses: actions/attest-build-provenance@v4
197
with:
198
subject-checksums: ./.goreleaser-dist/checksums.txt
199
200
if: env.NO_DIGEST != 'false'
201
202
subject-checksums: ./.goreleaser-dist/digest.txt
0 commit comments