diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 5e78e4de1..a1866e7d2 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -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 @@ -25,9 +25,10 @@ jobs: name_is_regexp: true name: 'wheel-.*' path: dist + merge_multiple: true - 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