diff --git a/.github/workflows/release-wheels.yml b/.github/workflows/release-wheels.yml index 6dada9a..7d45b4d 100644 --- a/.github/workflows/release-wheels.yml +++ b/.github/workflows/release-wheels.yml @@ -34,7 +34,7 @@ jobs: # upload to PyPI when a GitHub Release is created if: github.event_name == 'release' && github.event.action == 'published' steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: artifact path: dist