Skip to content

Commit

Permalink
Merge pull request #348 from jcabi/renovate/codecov-codecov-action-3.x
Browse files Browse the repository at this point in the history
Update codecov/codecov-action action to v3
  • Loading branch information
yegor256 committed Sep 22, 2022
2 parents 1a16144 + eb12b3d commit f143201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
restore-keys: |
maven-
- run: mvn install -Pjacoco
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v3
with:
file: ./target/site/jacoco/jacoco.xml
fail_ci_if_error: true

0 comments on commit f143201

Please sign in to comment.