From ad24e030819c727617a5d0f9373ffbcfad153471 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 04:48:40 +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 3c45b77..acf4d6f 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