diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5aa94a4..4fefb28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: run: uv run pytest -v --cov=src/msgtrace --cov-report=xml --cov-report=term - name: Upload coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: matrix.python-version == '3.12' with: file: ./coverage.xml