Skip to content

Commit f353d71

Browse files
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 293476b commit f353d71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nf-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
echo "Some test(s) failed :cold_sweat:" >> $GITHUB_STEP_SUMMARY
137137
138138
- name: Publish Test Report
139-
uses: mikepenz/action-junit-report@v4
139+
uses: mikepenz/action-junit-report@v6
140140
if: success() || failure() # always run even if the previous step fails
141141
with:
142142
report_paths: "TEST-*.xml"

0 commit comments

Comments
 (0)