We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c92c74 commit 2fa3c1fCopy full SHA for 2fa3c1f
1 file changed
.github/workflows/cd.yml
@@ -43,13 +43,13 @@ jobs:
43
if: github.event_name == 'release' && github.event.action == 'published'
44
45
steps:
46
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
47
with:
48
name: Packages
49
path: dist
50
51
- name: Generate artifact attestation for sdist and wheel
52
- uses: actions/attest-build-provenance@v2.3.0
+ uses: actions/attest-build-provenance@v2.4.0
53
54
subject-path: "dist/*"
55
0 commit comments