Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# happen for this actual commit (the commit that the tag points to).
# It also restores the files timestamps.
- name: Download wheels from commit ${{ github.sha }}
uses: dawidd6/action-download-artifact@v8
uses: dawidd6/action-download-artifact@v11
with:
workflow: python-package.yml
workflow_conclusion: success
Expand All @@ -27,7 +27,7 @@ jobs:
path: dist

- name: Download sdist from commit ${{ github.sha }}
uses: dawidd6/action-download-artifact@v8
uses: dawidd6/action-download-artifact@v11
with:
workflow: python-package.yml
workflow_conclusion: success
Expand Down
Loading