From 5925a7bf05684878aefd2e893aeb2d67bfb93cbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 20:53:58 +0000 Subject: [PATCH] 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/mutation.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mutation.yml b/.github/workflows/mutation.yml index 70731ae..7231931 100644 --- a/.github/workflows/mutation.yml +++ b/.github/workflows/mutation.yml @@ -26,7 +26,7 @@ jobs: python scripts/check_mutation_score.py mutants/mutmut-cicd-stats.json --minimum-score 50 --minimum-mutants 2500 - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 if: always() with: name: broad-mutation-stats diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d245a26..a14c9ac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: python -m build --outdir dist control-plane python -m twine check dist/* python scripts/build_beta_wheels.py --verify-only - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: python-distributions path: |