Skip to content

Commit cec35ea

Browse files
committed
chore(ci): switch artifact attestations gen to actions/attest v4
Ref 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 73d1680 commit cec35ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
4747

4848
- name: Generate artifact attestations
49-
uses: actions/attest-build-provenance@v3
49+
uses: actions/attest@v4
5050
with:
5151
subject-checksums: dist/lefthook_checksums.txt
5252

0 commit comments

Comments
 (0)