From f353d71386e2bcef3fefba0b804aba24d41c69d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 11:11:37 +0000 Subject: [PATCH] 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](https://github.com/mikepenz/action-junit-report/compare/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] --- .github/workflows/nf-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nf-test.yml b/.github/workflows/nf-test.yml index e63c2df..41a8866 100644 --- a/.github/workflows/nf-test.yml +++ b/.github/workflows/nf-test.yml @@ -136,7 +136,7 @@ jobs: echo "Some test(s) failed :cold_sweat:" >> $GITHUB_STEP_SUMMARY - name: Publish Test Report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v6 if: success() || failure() # always run even if the previous step fails with: report_paths: "TEST-*.xml"