From 6138dacd3ee5f6fda40a36edff27df12c60aad52 Mon Sep 17 00:00:00 2001 From: iLLeniumStudios <104288623+TheiLLeniumStudios@users.noreply.github.com> Date: Tue, 3 May 2022 12:56:55 +0200 Subject: [PATCH] Run v3 of junit reports --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c742b4c..5dd9ea2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: args: "-t --formatter JUnit" - name: Publish Test Report if: always() - uses: mikepenz/action-junit-report@v2 + uses: mikepenz/action-junit-report@v3 with: report_paths: "**/junit.xml" fail_on_failure: 0