diff --git a/.github/workflows/run-cibuildwheel.yml b/.github/workflows/run-cibuildwheel.yml index 7f9b08d..fe49e16 100644 --- a/.github/workflows/run-cibuildwheel.yml +++ b/.github/workflows/run-cibuildwheel.yml @@ -51,7 +51,7 @@ jobs: uses: pypa/cibuildwheel@v3.3.1 with: output-dir: dist - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: wheels-${{ matrix.os }} path: dist/*.whl \ No newline at end of file diff --git a/.github/workflows/run-sdist.yml b/.github/workflows/run-sdist.yml index 115c6a5..53a88b5 100644 --- a/.github/workflows/run-sdist.yml +++ b/.github/workflows/run-sdist.yml @@ -22,7 +22,7 @@ jobs: run : python -m pip install cython - name: Build sdist run: python setup.py sdist - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: sdist path: dist/*.tar.gz \ No newline at end of file