From c6df0ec5f5395a36f0d8694a6f5f5fa29620ed6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 14:15:34 +0000 Subject: [PATCH] Bump dorny/test-reporter from 2 to 3 Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 2 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/v2...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/main.yaml | 2 +- .github/workflows/test-report.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 1a384ed1..03f1c48d 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -58,7 +58,7 @@ jobs: shell: cmd run: ./build.cmd ci -release - name: Publish test results - release - uses: dorny/test-reporter@v2 + uses: dorny/test-reporter@v3 if: always() with: name: Report release tests diff --git a/.github/workflows/test-report.yaml b/.github/workflows/test-report.yaml index ba0a510d..877fc6c0 100644 --- a/.github/workflows/test-report.yaml +++ b/.github/workflows/test-report.yaml @@ -13,7 +13,7 @@ jobs: test-report-release: runs-on: ubuntu-latest steps: - - uses: dorny/test-reporter@v2 + - uses: dorny/test-reporter@v3 with: artifact: test-results-release # artifact name name: Report release tests # Name of the check run which will be created @@ -23,7 +23,7 @@ jobs: test-report-debug: runs-on: ubuntu-latest steps: - - uses: dorny/test-reporter@v2 + - uses: dorny/test-reporter@v3 with: artifact: test-results-debug # artifact name name: Report debug tests # Name of the check run which will be created