Skip to content

Commit f28fae6

Browse files
authoredMar 22, 2025··
build(deps): bump actions/attest-build-provenance from 1 to 2
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 1 to 2. - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@v1...v2) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e432f29 commit f28fae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
steps:
167167
- uses: actions/download-artifact@v4
168168
- name: Generate artifact attestation
169-
uses: actions/attest-build-provenance@v1
169+
uses: actions/attest-build-provenance@v2
170170
with:
171171
subject-path: 'wheels-*/*'
172172
- name: Publish to PyPI

0 commit comments

Comments
 (0)
Please sign in to comment.