diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03b844a..a3a498e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: run: ./gradlew check build - name: Publish test report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v6 if: always() with: report_paths: "**/build/test-results/test/TEST-*.xml"