Skip to content

Commit 3d11c51

Browse files
Update codecov/codecov-action action to v7 (#31)
| datasource | package | from | to | | ----------- | ---------------------- | ---- | ------ | | github-tags | codecov/codecov-action | v6 | v7.0.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9055b4e commit 3d11c51

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)