diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 56fb35e..e0d852c 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -85,7 +85,7 @@ jobs: runs-on: ubuntu-latest if: github.event_name == 'push' && contains(github.event.ref, '/tags/') steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: artifact path: dist