From 709c4b82de86183d93628f5e58e7361f113fe8a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 14:09:14 +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-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 f9899cc5..e4a201f7 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -44,7 +44,7 @@ jobs: shell: cmd run: ./build.cmd ci -release - name: Publish test results - release - uses: dorny/test-reporter@v1 + uses: dorny/test-reporter@v2 if: always() with: name: Report release tests diff --git a/.github/workflows/test-report.yaml b/.github/workflows/test-report.yaml index 1f472625..71b8d2ce 100644 --- a/.github/workflows/test-report.yaml +++ b/.github/workflows/test-report.yaml @@ -13,7 +13,7 @@ jobs: test-report-release: runs-on: windows-latest steps: - - uses: dorny/test-reporter@v1 + - uses: dorny/test-reporter@v2 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: windows-latest steps: - - uses: dorny/test-reporter@v1 + - uses: dorny/test-reporter@v2 with: artifact: test-results-debug # artifact name name: Report debug tests # Name of the check run which will be created