diff --git a/.github/workflows/cibuildwheels.yml b/.github/workflows/cibuildwheels.yml index f9c81781..12a16e2f 100644 --- a/.github/workflows/cibuildwheels.yml +++ b/.github/workflows/cibuildwheels.yml @@ -133,7 +133,7 @@ jobs: # Only upload wheels when tagging (typically a release) if: startsWith(github.event.ref, 'refs/tags') steps: - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: path: ./wheelhouse merge-multiple: true # Merge all the wheels artifacts into one directory