From cf79eda90b2ad18b237ccd675c576df650262603 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 15:14:19 +0000 Subject: [PATCH] Update mikepenz/action-junit-report action to v5 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c30c3f0..af474ff 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ jobs: run: ./gradlew clean test --tests '*tests.gui*' - name: Publish UI test report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 with: report_paths: '**/build/test-results/test/TEST-*.xml' github_token: ${{ secrets.GITHUB_TOKEN }}