From 0c4d33aae47aae0ebc02a59ea2288c67dbba584d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 07:13:14 +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 9b60531..440e718 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