From ee60b331b7b2d933fe4af72ebcba92c30a2378f6 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Mon, 2 Dec 2024 11:25:37 +0000 Subject: [PATCH] fix(deps): Update mikepenz/action-junit-report action to v5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bee02b1b..c696e635 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_ACTOR: ${{ github.actor }} - name: Publish Test Report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 if: success() || failure() # always run even if the previous step fails with: report_paths: "**/build/test-results/test/TEST-*.xml"