diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index adcbfbe..bf51285 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: run: dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage" --results-directory ./coverage - name: Generate coverage report - uses: danielpalme/ReportGenerator-GitHub-Action@5.4.16 + uses: danielpalme/ReportGenerator-GitHub-Action@5.4.18 with: reports: 'coverage/**/coverage.cobertura.xml' targetdir: 'coveragereport'