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 518b3f0 commit 28f030fCopy full SHA for 28f030f
.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@v8
+ uses: dawidd6/action-download-artifact@v9
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