diff --git a/.github/workflows/android-test.yml b/.github/workflows/android-test.yml index eb84846..caae704 100644 --- a/.github/workflows/android-test.yml +++ b/.github/workflows/android-test.yml @@ -27,7 +27,7 @@ jobs: - name: Run tests run: ./gradlew test - name: Publish Test Report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 if: always() # always run even if the previous step fails with: report_paths: '**/build/test-results/**/TEST-*.xml'