Skip to content

Commit ec4c6f6

Browse files
Update codecov/codecov-action action to v5 (#17)
| datasource | package | from | to | | ----------- | ---------------------- | ---- | -- | | github-tags | codecov/codecov-action | v4 | v5 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 73db306 commit ec4c6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: "Send code coverage report to Codecov.io"
6868
if: ${{ matrix.code-coverage != 'none' }}
69-
uses: "codecov/codecov-action@v4"
69+
uses: "codecov/codecov-action@v5"
7070
with:
7171
token: ${{ secrets.CODECOV_TOKEN }}
7272
file: ./coverage.xml

0 commit comments

Comments
 (0)