From acc642f4455011168dc7396f19f2439bfa93f7a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 10:35:30 +0000 Subject: [PATCH] chore(deps): update dorny/test-reporter action to v2 --- .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..35df214 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@v2 if: always() with: name: DotNET Tests