From de3163a525a83ab9e8564f369ce6ebf5c7384e35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mester=20Pirttij=C3=A4rvi?= Date: Tue, 23 Jul 2024 15:48:16 +0200 Subject: [PATCH] Pinned version to fix failing build --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e8129eb..af23e41 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: run: dotnet test tests/PdfToSvg.Tests/PdfToSvg.Tests.csproj --no-build -c Release --verbosity normal --collect "Code Coverage;Format=cobertura" --results-directory TestResults - name: Code coverage report - uses: danielpalme/ReportGenerator-GitHub-Action@5 + uses: danielpalme/ReportGenerator-GitHub-Action@5.3.8 with: reports: "TestResults/**/*.cobertura.xml" targetdir: "TestReport"