diff --git a/.github/workflows/wheel.yml b/.github/workflows/wheel.yml index 3a78390..7638402 100644 --- a/.github/workflows/wheel.yml +++ b/.github/workflows/wheel.yml @@ -120,7 +120,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/0.') steps: - name: Download test data - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: wheels - name: Publish wheels to PyPI