diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 979bcd6..60806b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: uv run pytest --cov=penpot_mcp tests/ --cov-report=xml --cov-report=term-missing - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: matrix.python-version == '3.12' with: file: ./coverage.xml