Skip to content

Commit

Permalink
chore(deps): update madrapps/jacoco-report action to v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 28, 2023
1 parent 350e4b9 commit b5e5577
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Publish JaCoCo report to PR
if: false
uses: madrapps/jacoco-report@v1.5
uses: madrapps/jacoco-report@v1.6
with:
paths: ${{ steps.coverage-export.outputs.REPORT_PATHS }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Publish JaCoCo report to PR
if: false
uses: madrapps/jacoco-report@v1.5
uses: madrapps/jacoco-report@v1.6
with:
paths: ${{ steps.coverage-export.outputs.REPORT_PATHS }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b5e5577

Please sign in to comment.