From bcaeaed0dc781f5b4197aeba6d9c5d75c266bb0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 00:24:52 +0000 Subject: [PATCH] build(deps): bump codecov/codecov-action from 5 to 7 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 7. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v5...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/fork-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a50bd4a0..941a1d26 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: - name: Test (golden-image) run: dotnet test --no-build -c Release --filter Category=GoldenImage - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 # Coverage comes from the unit step above. Upload it even if a later # test step failed so the report still lands. A Codecov outage must not # fail the build, so fail_ci_if_error stays false. diff --git a/.github/workflows/fork-ci.yml b/.github/workflows/fork-ci.yml index f2ad0798..ba930b08 100644 --- a/.github/workflows/fork-ci.yml +++ b/.github/workflows/fork-ci.yml @@ -76,7 +76,7 @@ jobs: - name: Test (golden-image) run: dotnet test --no-build -c Release --filter Category=GoldenImage - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 if: always() with: token: ${{ secrets.CODECOV_TOKEN }}