Skip to content

Commit 0dc24a6

Browse files
authored
Merge pull request #257 from sir-gon/renovate/codecov-codecov-action-5.x
Update codecov/codecov-action action to v5
2 parents 31fd5ea + 725fbfd commit 0dc24a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/java-gradle-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: ./gradlew --console=verbose test -x checkstyleMain checkstyleTest
4444

4545
- name: Upload coverage reports to Codecov with GitHub Action
46-
uses: codecov/codecov-action@v4
46+
uses: codecov/codecov-action@v5
4747
with:
4848
token: ${{ secrets.CODECOV_TOKEN }} # required
4949
verbose: true # optional (default = false)

0 commit comments

Comments
 (0)