Skip to content

Commit 486d343

Browse files
chore(deps): update codecov/codecov-action action to v5 (#374)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 28c2e6a commit 486d343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: gradle --build-cache --configuration-cache build test koverXmlReport
2929

3030
- name: Upload coverage to Codecov
31-
uses: codecov/codecov-action@v4
31+
uses: codecov/codecov-action@v5
3232
with:
3333
files: '**/build/reports/kover/report.xml'
3434
flags: unittests

0 commit comments

Comments
 (0)