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.
2 parents f31a14d + 6d77452 commit 35ec2a9Copy full SHA for 35ec2a9
.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@v9
+ uses: dawidd6/action-download-artifact@v11
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