Skip to content

Commit

Permalink
ci: use latest codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
jimirocks committed Apr 13, 2024
1 parent 25966c2 commit bf1a9ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: ./gradlew -p ${{ inputs.projectDir }} koverXmlReport

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
if: ${{ inputs.projectDir == '.' }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit bf1a9ce

Please sign in to comment.