diff --git a/.github/workflows/maven-build.yaml b/.github/workflows/maven-build.yaml index 0957004..08e8dd8 100644 --- a/.github/workflows/maven-build.yaml +++ b/.github/workflows/maven-build.yaml @@ -24,7 +24,7 @@ jobs: with: run: ./mvnw -B verify - name: Publish the test report - uses: scacap/action-surefire-report@v1.0.13 + uses: scacap/action-surefire-report@v1.7.1 if: always() with: check_name: tests