diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 844e56c..5fe0d1b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: - name: Build with Maven run: mvn -B verify --file pom.xml - 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: '**/target/surefire-reports/*.xml'