diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index e1994aad..a082c0e4 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -64,7 +64,7 @@ jobs: run: dotnet test --framework ${{ matrix.framework }} --collect:"XPlat Code Coverage;Format=cobertura" --results-directory "TestResults" # see https://github.com/danielpalme/ReportGenerator/blob/main/.github/workflows/ci.yml - name: ReportGenerator - uses: danielpalme/ReportGenerator-GitHub-Action@5 + uses: danielpalme/ReportGenerator-GitHub-Action@v5 with: reports: 'TestResults/**/coverage.cobertura.xml' targetdir: 'coveragereport'