We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b29000 + 8428fd5 commit 71bcb22Copy full SHA for 71bcb22
.github/workflows/cd.yml
@@ -44,13 +44,13 @@ jobs:
44
if: github.event_name == 'release' && github.event.action == 'published'
45
46
steps:
47
- - uses: actions/download-artifact@v7
+ - uses: actions/download-artifact@v8
48
with:
49
name: Packages
50
path: dist
51
52
- name: Generate artifact attestation for sdist and wheel
53
- uses: actions/attest-build-provenance@v3.2.0
+ uses: actions/attest-build-provenance@v4.1.0
54
55
subject-path: "dist/*"
56
0 commit comments