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 Jan 18, 2024
1 parent 6e082cf commit 48aa346
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 48aa346

Please sign in to comment.