diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24e873b..87563cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: - build-wheel runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 with: name: artifact path: dist @@ -121,7 +121,7 @@ jobs: prerelease: false env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 name: Download builds with: name: artifact