We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 580494c commit 90bc05cCopy full SHA for 90bc05c
.github/workflows/nightlies.yml
@@ -44,7 +44,7 @@ jobs:
44
needs: [build_wheel]
45
runs-on: ubuntu-latest
46
steps:
47
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
48
with:
49
name: Packages
50
path: dist
.github/workflows/pip.yml
@@ -100,7 +100,7 @@ jobs:
100
101
102
# Downloads all to directories matching the artifact names
103
104
105
- name: Generate artifact attestation for sdist and wheel
106
uses: actions/attest-build-provenance@v2
0 commit comments