diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 67fb753..8ffa4c2 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -53,6 +53,6 @@ jobs: - name: Build wheels uses: pypa/cibuildwheel@v2.11.3 - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: path: ./wheelhouse/*.whl