Skip to content

Commit 34946b9

Browse files
authored
Merge pull request #5 from cango91/renovate/codecov-codecov-action-5.x
chore(deps): update codecov/codecov-action to v5
2 parents e7dbdb8 + 64dceb7 commit 34946b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
181181
- name: Upload coverage to Codecov
182182
if: steps.coverage-check.outputs.coverage_exists == 'true'
183-
uses: codecov/codecov-action@v4
183+
uses: codecov/codecov-action@v5
184184
with:
185185
token: ${{ secrets.CODECOV_TOKEN }}
186186
files: ./app/build/reports/coverage/androidTest/debug/connected/report.xml

0 commit comments

Comments
 (0)