Skip to content

Commit

Permalink
ci: update codecov action version (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
utybo authored Oct 31, 2024
1 parent fa42840 commit fbb6f48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1,634 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: ./gradlew check

- name: Upload code coverage to CodeCov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: "code-coverage/build/reports/jacoco/aggregatedCodeCoverage/aggregatedCodeCoverage.xml"
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
Loading

0 comments on commit fbb6f48

Please sign in to comment.