From c9f0501dfd92c28cd9b71bcca3527a6fcaa9fcb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 21:09:23 +0000 Subject: [PATCH] Bump dorny/test-reporter from 2.6.0 to 3.0.0 Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 2.6.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/v2.6.0...v3.0.0) --- 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/ci-pr-publish-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pr-publish-report.yml b/.github/workflows/ci-pr-publish-report.yml index 9df1f81..c400c5d 100644 --- a/.github/workflows/ci-pr-publish-report.yml +++ b/.github/workflows/ci-pr-publish-report.yml @@ -34,7 +34,7 @@ jobs: run-id: ${{ github.event.inputs.workflow_run_id || github.event.workflow_run.id }} - name: Publish API Test Results - uses: dorny/test-reporter@v2.6.0 + uses: dorny/test-reporter@v3.0.0 with: name: example_report path: "**.trx"