We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e43a532 + 06f26db commit 3386f0aCopy full SHA for 3386f0a
.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@v6
+ - uses: actions/download-artifact@v7
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.0.0
+ uses: actions/attest-build-provenance@v3.1.0
54
55
subject-path: "dist/*"
56
0 commit comments