From 71a01de756d38efbbb98a9f3d4ed49399bbc013b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 18:20:32 +0000 Subject: [PATCH] Update codecov/codecov-action action to v6 --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index d5a2f52..fba6624 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -39,7 +39,7 @@ jobs: poetry run pytest -v --cov=sqlite_ml --cov=tests --cov-branch --cov-report=term-missing tests poetry run coverage xml - name: Publish code coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml