Skip to content

Commit 37b6ff9

Browse files
Update codecov/codecov-action action to v4
| datasource | package | from | to | | ----------- | ---------------------- | ---- | -- | | github-tags | codecov/codecov-action | v3 | v4 |
1 parent 4b45477 commit 37b6ff9

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@v3"
69+
uses: "codecov/codecov-action@v4"
7070
with:
7171
token: ${{ secrets.CODECOV_TOKEN }}
7272
file: ./coverage.xml

0 commit comments

Comments
 (0)