Skip to content

Commit b078ff2

Browse files
hduelmefiliphr
authored andcommitted
github action codecov v5
1 parent ece46a4 commit b078ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: 'Generate coverage report'
3434
run: ./gradlew --warning-mode=all jacocoTestReport
3535
- name: 'Upload coverage to Codecov'
36-
uses: codecov/codecov-action@v4
36+
uses: codecov/codecov-action@v5
3737
with:
3838
fail_ci_if_error: true
3939
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)