Skip to content

Commit c56340b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: ./gradlew codeCoverageReport --stacktrace
3232

3333
- name: Upload Code Coverage Report to Codecov
34-
uses: codecov/codecov-action@v4
34+
uses: codecov/codecov-action@v5
3535
with:
3636
token: ${{ secrets.CODECOV_TOKEN }}
3737
flags: unittests # optional

0 commit comments

Comments
 (0)