diff --git a/.github/workflows/full-check.yml b/.github/workflows/full-check.yml index a20411227d..51640ef00e 100644 --- a/.github/workflows/full-check.yml +++ b/.github/workflows/full-check.yml @@ -61,7 +61,7 @@ jobs: -Dtest.emma.htmlunit.disable=true - name: Report test results - uses: mikepenz/action-junit-report@v6.3.1 + uses: mikepenz/action-junit-report@v6.4.0 if: always() with: report_paths: 'gwt/build/out/**/test/**/reports/TEST-*.xml'