diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index bf378395..0f94963e 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -42,7 +42,7 @@ jobs: run: dotnet test -c Release --no-build --verbosity normal --logger trx --collect:"XPlat Code Coverage" - name: Combine Coverage Reports - uses: danielpalme/ReportGenerator-GitHub-Action@810356ce07a94200154301fb73d878e327b2dd58 # v5.4.1 + uses: danielpalme/ReportGenerator-GitHub-Action@94ea1575fb6924d22f2639373a5c4d945fdbe178 # v5.4.2 with: reports: "**/*.cobertura.xml" targetdir: "${{ github.workspace }}"