diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31e7aeb..e6a628d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: - name: Generate coverage report if: matrix.os == 'ubuntu-latest' - uses: danielpalme/ReportGenerator-GitHub-Action@5.5.8 + uses: danielpalme/ReportGenerator-GitHub-Action@5.5.10 with: reports: artifacts/test-results/**/coverage.cobertura.xml targetdir: artifacts/coverage-report