diff --git a/.github/workflows/wheels.yaml b/.github/workflows/wheels.yaml index 55cb10f8..b0f25b8e 100644 --- a/.github/workflows/wheels.yaml +++ b/.github/workflows/wheels.yaml @@ -53,8 +53,9 @@ jobs: run: | python -m cibuildwheel --output-dir wheelhouse python/ - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: + name: wheel-${{ matrix.os }}-${{ matrix.arch }} path: ./wheelhouse/*.whl publish: @@ -65,7 +66,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 - name: Publish wheels to PyPI