From cbd59834e3bb5c32a0e9cb75506479bc2ca5a64f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 19:40:07 +0000 Subject: [PATCH] chore(ci): update codecov/codecov-action action to v7 --- .github/workflows/step-dotnet-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/step-dotnet-tests.yml b/.github/workflows/step-dotnet-tests.yml index a967861f..9f8a175e 100644 --- a/.github/workflows/step-dotnet-tests.yml +++ b/.github/workflows/step-dotnet-tests.yml @@ -134,7 +134,7 @@ jobs: cat $GITHUB_WORKSPACE/coveragereports/SummaryGithub.md >> $GITHUB_STEP_SUMMARY - name: Update codecov - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6.0.2 + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 if: ${{ env.codecov_token != '' && (success() || steps.test.conclusion == 'failure') }} with: token: ${{ env.codecov_token }}