build(deps): 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](31493c76ec...37b508cfee)

---
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] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-07-06 15:12:20 +00:00 committed by Guillaume Lours
parent 2c87234df8
commit 774d04dcef

View file

@ -158,7 +158,7 @@ jobs:
if-no-files-found: error
-
name: Unit Test Summary
uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4
uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6
with:
paths: bin/coverage/unit/report.xml
if: always()
@ -266,7 +266,7 @@ jobs:
make e2e-compose-standalone
- name: e2e Test Summary
uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4
uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6
with:
paths: /tmp/report/report.xml
if: always()