We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 942ce65 + 28bec1d commit eb74fbfCopy full SHA for eb74fbf
1 file changed
.github/workflows/deploy-pypi.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-22.04
21
steps:
22
- name: Download wheels from commit ${{ github.sha }}
23
- uses: dawidd6/action-download-artifact@v7
+ uses: dawidd6/action-download-artifact@v8
24
with:
25
workflow: build-wheels.yml
26
workflow_conclusion: success
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
46
47
0 commit comments