diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 5238d12e1b..c6a4be240e 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -66,7 +66,7 @@ jobs: - name: Build wheels run: cibuildwheel --output-dir wheelhouse - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: path: ./wheelhouse/*.whl