diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8dccf2a..aa042f2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,7 +36,7 @@ jobs: pytest --cov=app --cov-report=xml --cov-report=term-missing - name: Upload coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: backend/coverage.xml flags: backend