We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48f09e2 commit 518082bCopy full SHA for 518082b
.github/workflows/publish.yml
@@ -17,7 +17,7 @@ jobs:
17
# happen for this actual commit (the commit that the tag points to).
18
# It also restores the files timestamps.
19
- name: Download wheels from commit ${{ github.sha }}
20
- uses: dawidd6/action-download-artifact@v2
+ uses: dawidd6/action-download-artifact@v5
21
with:
22
workflow: python-package.yml
23
workflow_conclusion: success
@@ -26,7 +26,7 @@ jobs:
26
path: dist
27
28
- name: Download sdist from commit ${{ github.sha }}
29
30
31
32
0 commit comments