diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 950cff5..e4f4a62 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -31,7 +31,7 @@ jobs: run: mvn -B verify - name: Publish Test Report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 if: success() || failure() with: report_paths: '**/TEST-*.xml'