From e35b0dfdd4fc0c000cabfadb79fc00e3a6e00628 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 14:14:51 +0000 Subject: [PATCH] Bump dorny/test-reporter from 2.3.0 to 3.0.0 Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 2.3.0 to 3.0.0. - [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/fe45e9537387dac839af0d33ba56eed8e24189e8...a43b3a5f7366b97d083190328d2c652e1a8b6aa2) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-version: 3.0.0 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 93021bd..7b1a49d 100644 --- a/.github/workflows/test-report.yml +++ b/.github/workflows/test-report.yml @@ -9,7 +9,7 @@ jobs: # If the workflow run was skipped or cancelled this action would fail, generating a test report is unnecessary. if: ${{ github.event.workflow_run.conclusion == 'success' || github.event.workflow_run.conclusion == 'failure' }} steps: - - uses: dorny/test-reporter@fe45e9537387dac839af0d33ba56eed8e24189e8 # v2, specifically v2.3.0 + - uses: dorny/test-reporter@a43b3a5f7366b97d083190328d2c652e1a8b6aa2 # v2, specifically v3.0.0 with: artifact: '/tests-results(.*)/' name: 'Test report for $1'