diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2167010..0c55ebb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: run: uv run pytest --cov=cloudgrow_sim --cov-report=xml --cov-report=term-missing --cov-fail-under=80 -v - name: Upload coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: matrix.python-version == '3.14' with: file: ./coverage.xml