From 22fd3cc16c4e9b147bf11edba2910cdd4dce8f65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 00:00:04 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/performance-benchmark.yml | 2 +- .github/workflows/python-package.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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