chore(deps): bump dorny/test-reporter from 2 to 3

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

---
updated-dependencies:
- dependency-name: dorny/test-reporter
  dependency-version: '3'
  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] 2026-03-26 12:55:31 +00:00 committed by gewuyou
parent 66edb1da96
commit 346d2aa2ec

View File

@ -177,7 +177,7 @@ jobs:
# 生成并发布测试报告,无论测试成功或失败都会执行 # 生成并发布测试报告,无论测试成功或失败都会执行
- name: Test Report - name: Test Report
uses: dorny/test-reporter@v2 uses: dorny/test-reporter@v3
if: always() if: always()
with: with:
name: .NET Test Results name: .NET Test Results