diff --git a/.github/workflows/pypi_upload.yml b/.github/workflows/pypi_upload.yml index 04434a24..77ed8d35 100644 --- a/.github/workflows/pypi_upload.yml +++ b/.github/workflows/pypi_upload.yml @@ -25,7 +25,7 @@ jobs: persist-credentials: false - name: Download binary wheels id: download - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: pattern: wheels-* path: wheelhouse