diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1caab85..4932edc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: run: alembic upgrade head && alembic check - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: server/coverage.xml flags: backend