Skip to content

Commit

Permalink
Update codecov/codecov-action action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 14, 2023
1 parent 5a07317 commit d491ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
gradle wrapper;
gradle build
gradle jacocoTestReport
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v4
with:
file: build/reports/jacoco/report.xml
fail_ci_if_error: true

0 comments on commit d491ecc

Please sign in to comment.