From 1fa3dd9698a97d294bcdcc70621003410fbbce49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 05:31:57 +0000 Subject: [PATCH] chore(deps): update dorny/test-reporter action to v3 --- .github/workflows/publish_nuget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_nuget.yml b/.github/workflows/publish_nuget.yml index be70fbd..216d451 100644 --- a/.github/workflows/publish_nuget.yml +++ b/.github/workflows/publish_nuget.yml @@ -44,7 +44,7 @@ jobs: run: dotnet test --logger "trx;LogFileName=test-results.trx" --no-restore - name: Test Report - uses: dorny/test-reporter@v1 + uses: dorny/test-reporter@v3 if: always() with: name: DotNET Tests