Skip to content

Commit f123423

Browse files
dependabot[bot]stweil
authored andcommitted
Bump mikepenz/action-junit-report from 4 to 6
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 4 to 6. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](mikepenz/action-junit-report@v4...v6) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f973f3c commit f123423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

8282
- name: Publish Test Report
8383
if: always() && matrix.os != 'windows-2022'
84-
uses: mikepenz/action-junit-report@v4
84+
uses: mikepenz/action-junit-report@v6
8585
with:
8686
check_name: test (${{ matrix.os }})
8787
report_paths: .sw/test/results.xml

0 commit comments

Comments
 (0)