diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index dc53df3..f6fd5ca 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@v6 + - uses: actions/download-artifact@v7 with: # The above jobs yield a combined artifacts archive name: artifact