diff --git a/.github/workflows/new_pypi_release.yml b/.github/workflows/new_pypi_release.yml index d74f79c4..069bbcb2 100644 --- a/.github/workflows/new_pypi_release.yml +++ b/.github/workflows/new_pypi_release.yml @@ -104,7 +104,7 @@ jobs: # alternatively, to publish when a GitHub Release is created, use the following rule: if: github.event_name == 'release' && github.event.action == 'published' steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 with: name: artifact path: dist