We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d22da2c commit 730a458Copy full SHA for 730a458
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@v7
+ - uses: actions/download-artifact@v8
47
with:
48
name: Packages
49
path: dist
50
51
- name: Generate artifact attestation for sdist and wheel
52
- uses: actions/attest-build-provenance@v3.2.0
+ uses: actions/attest-build-provenance@v4.1.0
53
54
subject-path: "dist/*"
55
0 commit comments