From 19c75e74e3f910574783621c0215d20e38e8dde1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 01:49:38 +0000 Subject: [PATCH] Update codecov/codecov-action action to v6 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7fa275d..aba4b70 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -49,7 +49,7 @@ jobs: run: dotnet test --configuration Release --verbosity normal --collect:"XPlat Code Coverage" - name: Upload Code Coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 create_nuget: runs-on: ubuntu-latest