diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7415c04e5..a65695ee0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: name: Code coverage macos-latest path: coverage-macos - name: Generate coverage report - uses: danielpalme/ReportGenerator-GitHub-Action@5.1.18 + uses: danielpalme/ReportGenerator-GitHub-Action@5.1.19 with: reports: "**/coverage.cobertura.xml" targetdir: "coverage-report"