Skip to content

Commit d0b73e0

Browse files
chore(deps): update mikepenz/action-junit-report action to v6 (#439)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 397600d commit d0b73e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/android-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
./gradlew emojify:test --stacktrace
8888
./gradlew emojify:postTest
8989
- name: Publish Test Report
90-
uses: mikepenz/action-junit-report@v5
90+
uses: mikepenz/action-junit-report@v6
9191
if: always()
9292
with:
9393
report_paths: '**/build/test-results/**/TEST-*.xml'

0 commit comments

Comments
 (0)