Skip to content

Commit e4958a4

Browse files
authored
build: move to codecov v5 (#420)
2 parents 14a0030 + c690ca2 commit e4958a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/unit.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,8 @@ jobs:
8989
with:
9090
name: coverage
9191
- name: codecov
92-
uses: codecov/codecov-action@v3
92+
uses: codecov/codecov-action@v5
9393
with:
94-
file: ./coverage.xml
9594
token: ${{ secrets.CODECOV_TOKEN }}
9695
verbose: true
9796
fail_ci_if_error: true

0 commit comments

Comments
 (0)