From 979a922bc9e1d32481a7dde4323cb373449a19e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 15:26:58 +0000 Subject: [PATCH] Bump test-summary/action from 2.4 to 2.6 Bumps [test-summary/action](https://github.com/test-summary/action) from 2.4 to 2.6. - [Release notes](https://github.com/test-summary/action/releases) - [Commits](https://github.com/test-summary/action/compare/v2.4...v2.6) --- updated-dependencies: - dependency-name: test-summary/action dependency-version: '2.6' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bbc5eda..d41dd58 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -67,7 +67,7 @@ jobs: - name: Test Summary id: test_summary - uses: test-summary/action@v2.4 + uses: test-summary/action@v2.6 if: always() # always run, even if tests fail with: paths: ".test-reports/*.xml" \ No newline at end of file