Skip to content

Commit bd5359d

Browse files
authored
chore(ci): use actions/attest instead of actions/attest-build-provenance (#293)
https://github.com/actions/attest-build-provenance#usage > As of version 4, actions/attest-build-provenance is simply a wrapper on top of actions/attest.
1 parent 359485e commit bd5359d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
FURY_TOKEN: ${{ secrets.FURY_TOKEN }}
5454
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
5555
AUR_KEY: ${{ secrets.AUR_KEY }}
56-
- uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
56+
- uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0
5757
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
5858
with:
5959
subject-checksums: ./dist/checksums.txt

0 commit comments

Comments
 (0)