diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d74cea5..61dc9f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: --cov-report=term-missing \ --cov-report=xml \ --cov-fail-under=65 - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v6 if: always() with: file: backend/coverage.xml