Skip to content

Commit 3c814f2

Browse files
Merge pull request #599 from kit-data-manager/renovate/codecov-codecov-action-5.x
Update codecov/codecov-action action to v5
2 parents 25345ac + 81cb6f6 commit 3c814f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ jobs:
5959
- name: Build with Gradle (JDK ${{ env.currentBuildVersion }})
6060
run: ./gradlew clean check jacocoTestReport
6161
- name: Codecov
62-
uses: codecov/codecov-action@v4
62+
uses: codecov/codecov-action@v5
6363
with:
6464
files: ./build/reports/jacoco/test/jacocoTestReport.xml #optional

0 commit comments

Comments
 (0)