diff --git a/.github/workflows/build-and-check.yml b/.github/workflows/build-and-check.yml index 56311e0..c73ffd5 100644 --- a/.github/workflows/build-and-check.yml +++ b/.github/workflows/build-and-check.yml @@ -34,7 +34,7 @@ jobs: # - name: Run mutation test # run: dotnet stryker --mutation-level Complete --break-at 99 - name: Combine Coverage Reports - uses: danielpalme/ReportGenerator-GitHub-Action@5.5.7 + uses: danielpalme/ReportGenerator-GitHub-Action@5.5.9 with: reports: "**/*.cobertura.xml" targetdir: "${{ github.workspace }}"