diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3e23e7b..8460209 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: - name: Test run: dotnet test --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v7 with: fail_ci_if_error: true # optional (default = false) verbose: true # optional (default = false)