diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 6cf31515..1d9b3928 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -59,7 +59,7 @@ jobs: - name: Build wheels uses: pypa/cibuildwheel@v3.3.0 - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v7 with: name: cibw-wheels-cp-${{ matrix.buildplat[1] }} path: ./wheelhouse/*.whl @@ -80,6 +80,6 @@ jobs: shell: bash -l {0} run: pipx run build --sdist - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v7 with: path: dist/*.tar.gz