From bc20e17c2f31abf2e096c4fb683b82bf96a1b3cc Mon Sep 17 00:00:00 2001 From: Brian Henry Date: Mon, 30 Sep 2024 14:34:03 -0600 Subject: [PATCH] update code coverage actions and dotnet vsn --- .github/workflows/full-suite.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/full-suite.yml b/.github/workflows/full-suite.yml index 6f516838156..c0cf26b3bde 100644 --- a/.github/workflows/full-suite.yml +++ b/.github/workflows/full-suite.yml @@ -610,12 +610,12 @@ jobs: name: code-coverage path: coverage - name: Setup .NET Core # Required to execute ReportGenerator - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: - dotnet-version: 6.x + dotnet-version: 8.x dotnet-quality: 'ga' - name: ReportGenerator - uses: danielpalme/ReportGenerator-GitHub-Action@5.1.24 + uses: danielpalme/ReportGenerator-GitHub-Action@5.3.9 with: reports: coverage/*.xml targetdir: coveragereport