diff --git a/.github/actions/build-and-test/action.yml b/.github/actions/build-and-test/action.yml index 698ce9b..4b6afd5 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.1 + uses: danielpalme/ReportGenerator-GitHub-Action@5.2.2 with: reports: '**/coverage.cobertura.xml' targetdir: 'coveragereport'