diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d71b322..7bc38ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: - run: uv run pytest -v --cov=project_name --cov-report=xml - name: Upload coverage to Codecov if: matrix.python-version == '3.12' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: coverage.xml