diff --git a/.github/actions/build-and-test/action.yml b/.github/actions/build-and-test/action.yml index 8e824d3..a7f87e2 100644 --- a/.github/actions/build-and-test/action.yml +++ b/.github/actions/build-and-test/action.yml @@ -52,7 +52,7 @@ runs: path: NosePlug.Tests/TestResults - name: ReportGenerator - uses: danielpalme/ReportGenerator-GitHub-Action@5.2.4 + uses: danielpalme/ReportGenerator-GitHub-Action@5.3.8 with: reports: '**/coverage.cobertura.xml' targetdir: 'coveragereport'