From 6541e5d72772bbb486066039d237ba95f02dd3dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 09:25:46 +0000 Subject: [PATCH] Update mikepenz/action-junit-report action to v4 --- .github/workflows/test-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-report.yml b/.github/workflows/test-report.yml index 3488fe5..1822647 100644 --- a/.github/workflows/test-report.yml +++ b/.github/workflows/test-report.yml @@ -21,7 +21,7 @@ jobs: run_id: ${{ github.event.workflow_run.id }} - name: Publish Test Report - uses: mikepenz/action-junit-report@150e2f992e4fad1379da2056d1d1c279f520e058 # v3 + uses: mikepenz/action-junit-report@9379f0ccddcab154835d4e2487555ee79614fe95 # v4 with: commit: ${{ github.event.workflow_run.head_sha }} report_paths: "**/build/test-results/*/TEST-*.xml" \ No newline at end of file