diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml index 795d58f55..286e18a96 100644 --- a/.github/workflows/build-test-publish.yml +++ b/.github/workflows/build-test-publish.yml @@ -90,7 +90,7 @@ jobs: name: Deploy wheels to PyPI steps: - name: Download wheels - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: wheels - name: Set up Python 3.11