From b3152b8d5e0e1b2f6cddc9201cb332bebf9f7b80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 05:46:43 +0000 Subject: [PATCH] Bump codecov/codecov-action from 4 to 5 (#123) --- .github/workflows/workflow_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow_build.yml b/.github/workflows/workflow_build.yml index 6335e6f..f1934be 100644 --- a/.github/workflows/workflow_build.yml +++ b/.github/workflows/workflow_build.yml @@ -52,7 +52,7 @@ jobs: run: dotnet test --configuration Release --no-build --verbosity normal /p:CollectCoverage=true - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: name: codecov directory: __test-results