[Dependabot]: Bump dorny/test-reporter from 1 to 2

Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 1 to 2.
- [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/v1...v2)

---
updated-dependencies:
- dependency-name: dorny/test-reporter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-04-16 23:02:45 +00:00
committed by GitHub
parent 0f7d062c38
commit 79c8526437

View File

@@ -97,7 +97,7 @@ jobs:
cat ${{ inputs.merged_junit_filename }}
- name: 📊 Publish Unit Test Results
uses: dorny/test-reporter@v1
uses: dorny/test-reporter@v2
if: inputs.publish && inputs.report_title != ''
with:
name: ${{ inputs.report_title }}