diff --git a/.github/workflows/performance-benchmark.yml b/.github/workflows/performance-benchmark.yml index c00519a3e..d2d602865 100644 --- a/.github/workflows/performance-benchmark.yml +++ b/.github/workflows/performance-benchmark.yml @@ -66,7 +66,7 @@ jobs: - name: Upload benchmark artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: performance-benchmark-results path: | diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 65f25175b..660ef54c8 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -448,7 +448,7 @@ jobs: # `cp31?t-*` skip in pyproject.toml's [tool.cibuildwheel] keeps this # to cp315, without cp315t, matching the other versions. uses: pypa/cibuildwheel@v4.2.0 - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: cibw-wheels-${{ matrix.os }} path: ./wheelhouse/*.whl @@ -480,7 +480,7 @@ jobs: run: > pip3 install build pkgconfig cython --upgrade && python3 -m build --sdist --outdir dist - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 name: Upload build artifacts with: name: cibw-sdist