diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 913c043..65826ee 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -74,7 +74,7 @@ jobs: python -m pytest tests/ -v --tb=short --cov=app --cov-report=xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./backend/coverage.xml