Skip to content

Commit 4326bfd

Browse files
[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](dorny/test-reporter@v1...v2) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dee994b commit 4326bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/PublishTestResults.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
cat ${{ inputs.merged_junit_filename }}
9898
9999
- name: 📊 Publish Unit Test Results
100-
uses: dorny/test-reporter@v1
100+
uses: dorny/test-reporter@v2
101101
if: inputs.publish && inputs.report_title != ''
102102
with:
103103
name: ${{ inputs.report_title }}

0 commit comments

Comments
 (0)