We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6e2a82 + ce02cfc commit 02974f2Copy full SHA for 02974f2
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@v11
+ uses: dawidd6/action-download-artifact@v12
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