diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a4aac1..2a639d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - name: Test run: ./gradlew test - name: Publish Test Report - uses: scacap/action-surefire-report@v1.12.0 + uses: scacap/action-surefire-report@v1.13.0 if: failure() with: github_token: ${{ secrets.GITHUB_TOKEN }}