diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9172d56..3f96b23 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -73,7 +73,7 @@ jobs: run: "mvn -U clean install" - name: Publish Test Report - uses: mikepenz/action-junit-report@v4.3.1 + uses: mikepenz/action-junit-report@v6.4.1 if: always() with: report_paths: '**/target/surefire-reports/TEST-*.xml'