diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 0b04057..6e85850 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -92,7 +92,7 @@ jobs: echo LCOV_REPORTS=$(find ./[Tt]est*/ -name "coverage.info" | paste -sd ";") >> $GITHUB_ENV - name: merge code coverage data - uses: danielpalme/ReportGenerator-GitHub-Action@v5.4.18 + uses: danielpalme/ReportGenerator-GitHub-Action@v5.5.0 with: reports: '${{ env.LCOV_REPORTS }}' reporttypes: 'lcov'