diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index 32f57883..06155c9a 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -36,7 +36,7 @@ jobs: - name: Run Test run: dotnet test --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover - - uses: codecov/codecov-action@v3.1.6 + - uses: codecov/codecov-action@v4.1.0 with: name: Code Coverage for ${{ matrix.os }} fail_ci_if_error: true