diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 0ee0fb3..fa6817e 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.16 + uses: danielpalme/ReportGenerator-GitHub-Action@v5.4.18 with: reports: '${{ env.LCOV_REPORTS }}' reporttypes: 'lcov'