diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4250dbf..8498fc2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -142,7 +142,7 @@ jobs: run: uv run pytest -v --cov=app --cov-report=xml --cov-fail-under=60 - name: Upload coverage - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: api-coverage path: api/coverage.xml