Skip to content

Commit 058b6ae

Browse files
committed
Upgrade to actions/attest.
attest-build-provenance is just a wrapper around attest nowadays.
1 parent bcf5a87 commit 058b6ae

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
permissions:
7575
id-token: write
7676
attestations: write
77+
artifact-metadata: write
7778
contents: write
7879
steps:
7980
- name: Download artifacts
@@ -83,7 +84,7 @@ jobs:
8384
merge-multiple: true
8485
path: dist
8586
- name: Attest provenance
86-
uses: actions/attest-build-provenance@v3
87+
uses: actions/attest@v4
8788
with:
8889
subject-path: dist/*
8990
- name: Upload to PyPI

0 commit comments

Comments
 (0)