Skip to content

Commit 48e0657

Browse files
Update codecov/codecov-action action to v7
| datasource | package | from | to | | ----------- | ---------------------- | ---- | ------ | | github-tags | codecov/codecov-action | v6 | v7.0.0 |
1 parent 9055b4e commit 48e0657

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

0 commit comments

Comments
 (0)