Skip to content

Commit 7efb021

Browse files
committed
Update dawidd6/action-download-artifact to v8
Signed-off-by: Darby Johnston <[email protected]>
1 parent 0d15424 commit 7efb021

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# happen for this actual commit (the commit that the tag points to).
1818
# It also restores the files timestamps.
1919
- name: Download wheels from commit ${{ github.sha }}
20-
uses: dawidd6/action-download-artifact@v2
20+
uses: dawidd6/action-download-artifact@v8
2121
with:
2222
workflow: python-package.yml
2323
workflow_conclusion: success
@@ -27,7 +27,7 @@ jobs:
2727
path: dist
2828

2929
- name: Download sdist from commit ${{ github.sha }}
30-
uses: dawidd6/action-download-artifact@v2
30+
uses: dawidd6/action-download-artifact@v8
3131
with:
3232
workflow: python-package.yml
3333
workflow_conclusion: success

0 commit comments

Comments
 (0)