From 2a905a0a82616627cd43c89a45dddce611db941d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 03:18:46 +0000 Subject: [PATCH] chore(deps): 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/3d76b34a4535afbd0600d347b09a6ee5deb3ed7f...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/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 3e7d53b..bcb71c1 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@3d76b34a4535afbd0600d347b09a6ee5deb3ed7f + uses: dorny/test-reporter@a43b3a5f7366b97d083190328d2c652e1a8b6aa2 with: name: Unit Tests (${{ matrix.os }}) path: dist/test-results/${{ matrix.os }}/junit.xml