diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b82cc0..e9db835 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: run: dotnet test --collect:"XPlat Code Coverage" - name: ReportGenerator - uses: danielpalme/ReportGenerator-GitHub-Action@5.4.3 + uses: danielpalme/ReportGenerator-GitHub-Action@5.4.13 with: reports: 'tests/TestResults/**/coverage.cobertura.xml' targetdir: 'coveragereport'