diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index d5a2f52..f95da3e 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@v5 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml