diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1276610..bcbdc1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: name: Code coverage windows-latest path: coverage-windows - name: Generate coverage report - uses: danielpalme/ReportGenerator-GitHub-Action@5.3.11 + uses: danielpalme/ReportGenerator-GitHub-Action@5.4.1 with: reports: "**/coverage.cobertura.xml" targetdir: "coverage-report"