From ec49f0c36664f9b4d8f633f254183af11f8d1d0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 14:37:46 +0000 Subject: [PATCH] Bump dorny/test-reporter from 1 to 2 Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 1 to 2. - [Release notes](https://github.com/dorny/test-reporter/releases) - [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md) - [Commits](https://github.com/dorny/test-reporter/compare/v1...v2) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-dotnet.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-dotnet.yaml b/.github/workflows/build-dotnet.yaml index d15ec25..0aeb1b9 100644 --- a/.github/workflows/build-dotnet.yaml +++ b/.github/workflows/build-dotnet.yaml @@ -1,4 +1,4 @@ -name: Build .NET +name: Build .NET on: workflow_call: @@ -45,7 +45,7 @@ jobs: run: dotnet test --no-build - name: Test Report - uses: dorny/test-reporter@v1 + uses: dorny/test-reporter@v2 if: success() || failure() with: name: .NET Tests