From 5d95f7c9a5248bd233b3e8fded4e020cd8c4d129 Mon Sep 17 00:00:00 2001 From: Josh Date: Tue, 17 Jun 2025 10:03:48 -0700 Subject: [PATCH] Update re-use-tests.yml --- .github/workflows/re-use-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/re-use-tests.yml b/.github/workflows/re-use-tests.yml index 528a0747..a10fd452 100644 --- a/.github/workflows/re-use-tests.yml +++ b/.github/workflows/re-use-tests.yml @@ -63,7 +63,7 @@ jobs: - name: Publish ${{ inputs.title }} Report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 # always run even if the previous step fails if: success() || failure() with: @@ -73,4 +73,4 @@ jobs: require_tests: True require_passed_tests: True detailed_summary: True - report_paths: './tests/results/*.xml' \ No newline at end of file + report_paths: './tests/results/*.xml'