diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml index 63597dd..2f60165 100644 --- a/.github/workflows/build-test-publish.yml +++ b/.github/workflows/build-test-publish.yml @@ -42,7 +42,7 @@ jobs: name: Deploy wheels to PyPI steps: - name: Download wheels - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: wheels - name: Set up Python 3.8