From 244fa4afe1aeb3f7ee14db37f3a2c1dc73c16a85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 17:10:26 +0000 Subject: [PATCH] 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/test-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-report.yml b/.github/workflows/test-report.yml index e2f0b9a..3a236c5 100644 --- a/.github/workflows/test-report.yml +++ b/.github/workflows/test-report.yml @@ -17,7 +17,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Display test results - uses: dorny/test-reporter@v1 + uses: dorny/test-reporter@v3 with: artifact: test-results-${{ matrix.os }} name: Test - Results - ${{ matrix.os }}