From b522257f43a4f3005171bd61b4c552d062da6520 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 11:30:19 +0000 Subject: [PATCH] ci(deps): bump actions/upload-artifact Bumps the gha group with 1 update in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 5 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha ... Signed-off-by: dependabot[bot] --- .github/workflows/mutmut.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mutmut.yml b/.github/workflows/mutmut.yml index d0868ad5e..23019566d 100644 --- a/.github/workflows/mutmut.yml +++ b/.github/workflows/mutmut.yml @@ -140,7 +140,7 @@ jobs: - name: Upload artifact if: always() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: mutmut-audit-${{ github.run_number }} path: |