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'