diff --git a/.github/workflows/wheelbuilder.yml b/.github/workflows/wheelbuilder.yml index 4c637eb..d211c02 100644 --- a/.github/workflows/wheelbuilder.yml +++ b/.github/workflows/wheelbuilder.yml @@ -68,7 +68,7 @@ jobs: runs-on: ubuntu-latest if: github.event_name == 'release' && github.event.action == 'published' steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 with: name: pypi_artifacts path: dist