diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index 939969f6..9404811d 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@51bf1a384133df0710ee9a3e37dbf1c829f33677 # v5.4.0 + uses: danielpalme/ReportGenerator-GitHub-Action@810356ce07a94200154301fb73d878e327b2dd58 # v5.4.1 with: reports: "**/*.cobertura.xml" targetdir: "${{ github.workspace }}"