diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index ae41aa9..9be1562 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -18,7 +18,7 @@ jobs: - name: Build and Test run: ./build_and_test.sh - name: Publish Test Report - uses: mikepenz/action-junit-report@v5 + uses: mikepenz/action-junit-report@v6 if: success() || failure() # always run even if the previous step fails with: report_paths: '**/target/surefire-reports/*.xml'