From e8300fe29e08e9ff3a88e3804683b39cd285d19a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 03:16:06 +0000 Subject: [PATCH] chore(deps): bump dorny/test-reporter from 2.5.0 to 2.6.0 Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 2.5.0 to 2.6.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/b082adf0eced0765477756c2a610396589b8c637...3d76b34a4535afbd0600d347b09a6ee5deb3ed7f) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/qa-matrix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qa-matrix.yml b/.github/workflows/qa-matrix.yml index d2a0a66..4586323 100644 --- a/.github/workflows/qa-matrix.yml +++ b/.github/workflows/qa-matrix.yml @@ -374,7 +374,7 @@ jobs: path: dist/test-results/${{ matrix.os }} - name: Publish unit test results - uses: dorny/test-reporter@b082adf0eced0765477756c2a610396589b8c637 + uses: dorny/test-reporter@3d76b34a4535afbd0600d347b09a6ee5deb3ed7f with: name: Unit Tests (${{ matrix.os }}) path: dist/test-results/${{ matrix.os }}/junit.xml