diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 993f53c..1bbd1a3 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -48,7 +48,7 @@ jobs: runs-on: ubuntu-latest if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v') steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: # The above jobs yield a combined artifacts archive name: artifact