From 506a70e2a194f437691097725d6e7bc81434e8bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 08:30:48 +0000 Subject: [PATCH] Bump dorny/test-reporter from 2.3.0 to 2.5.0 Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 2.3.0 to 2.5.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...b082adf0eced0765477756c2a610396589b8c637) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..b4d6558 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@b082adf0eced0765477756c2a610396589b8c637 # v2, specifically v2.5.0 with: artifact: '/tests-results(.*)/' name: 'Test report for $1'