From 1ce8f4682887531daff1447d6012a1d0e4ddd418 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 04:07:35 +0000 Subject: [PATCH] chore(deps): bump dorny/test-reporter from 1 to 3 Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 1 to 3. - [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...v3) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-tests.yml | 2 +- .github/workflows/integration-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 5567d37..563a8ad 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -63,7 +63,7 @@ jobs: path: ./TestResults/**/coverage.cobertura.xml - name: Publish test results (PR comment) - uses: dorny/test-reporter@v1 + uses: dorny/test-reporter@v3 if: always() with: name: Unit Test Results diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index c5f9e51..631fd04 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -85,7 +85,7 @@ jobs: if-no-files-found: error - name: Publish test results - uses: dorny/test-reporter@v1 + uses: dorny/test-reporter@v3 if: always() with: name: Integration Test Results