Skip to content

Commit

Permalink
chore(deps): update mikepenz/action-junit-report action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent b890949 commit 5bcd59e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
task: app:createGmsDebugUnitTestCoverageReport
gradle-cache-encryption-key: ${{ secrets.GradleEncryptionKey }}
- name: JUnit Report Action
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
with:
report_paths: "**/TEST-*.xml"
detailed_summary: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/espresso.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
path: ./project/app/build/reports/androidTests/connected/

- name: Espresso JUnit Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: always()
with:
report_paths: "**/TEST-*.xml"
Expand Down

0 comments on commit 5bcd59e

Please sign in to comment.