Skip to content

Commit cf131b9

Browse files
Update codecov/codecov-action action to v7
| datasource | package | from | to | | ----------- | ---------------------- | ---- | ------ | | github-tags | codecov/codecov-action | v6 | v7.0.0 |
1 parent 5f29bb9 commit cf131b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

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

6868
- name: "Send code coverage report to Codecov.io"
6969
if: ${{ matrix.code-coverage != 'none' }}
70-
uses: codecov/codecov-action@v6
70+
uses: codecov/codecov-action@v7
7171
with:
7272
token: ${{ secrets.CODECOV_TOKEN }}
7373
file: ./coverage.xml

0 commit comments

Comments
 (0)