From 48e06577aea4c143d217f2e9e21705121c373f58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 06:00:06 +0000 Subject: [PATCH] Update codecov/codecov-action action to v7 | datasource | package | from | to | | ----------- | ---------------------- | ---- | ------ | | github-tags | codecov/codecov-action | v6 | v7.0.0 | --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70bcf53..45fe5f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: - name: "Send code coverage report to Codecov.io" if: ${{ matrix.code-coverage != 'none' }} - uses: "codecov/codecov-action@v6" + uses: "codecov/codecov-action@v7" with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml