diff --git a/.github/workflows/cibuildwheels.yml b/.github/workflows/cibuildwheels.yml index 1145f48..904b6d7 100644 --- a/.github/workflows/cibuildwheels.yml +++ b/.github/workflows/cibuildwheels.yml @@ -91,7 +91,7 @@ jobs: CIBW_BUILD_VERBOSITY: 1 - name: Upload wheels - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: wheels-${{ matrix.os }}-${{ matrix.arch }} path: ./wheelhouse/*.whl @@ -118,7 +118,7 @@ jobs: - name: Build SDist run: python setup.py sdist - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: wheels-source path: dist/*.tar.gz