From af58bf60cfc5827296abb5156df3762cb8a2875d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 09:27:02 +0000 Subject: [PATCH] chore(deps): bump dorny/test-reporter in the github-actions group Bumps the github-actions group with 1 update: [dorny/test-reporter](https://github.com/dorny/test-reporter). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6147276e..5523910a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,7 @@ jobs: retention-days: 3 path: ${{env.TestResultsDirectory}}/**/* - name: Test Report - uses: dorny/test-reporter@v2 + uses: dorny/test-reporter@v3 if: github.actor != 'dependabot[bot]' && !github.event.pull_request.head.repo.fork && (success() || failure()) with: name: test-results-${{steps.set-artifact-name.outputs.artifact_name}}