From aab6e8d58322c00eca2c3767eea0e0cd3657a135 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 05:30:38 +0000 Subject: [PATCH] Bump codecov/codecov-action from 3 to 4 (#94) --- .github/workflows/workflow_build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow_build.yml b/.github/workflows/workflow_build.yml index dc3d41f..6335e6f 100644 --- a/.github/workflows/workflow_build.yml +++ b/.github/workflows/workflow_build.yml @@ -52,10 +52,11 @@ jobs: run: dotnet test --configuration Release --no-build --verbosity normal /p:CollectCoverage=true - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: name: codecov directory: __test-results + token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true verbose: true