diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50332ef..609e9b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: # For example, using `pytest` run: uv run just coverage - name: Upload Coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: files: coverage.xml # optional fail_ci_if_error: true # optional (default = false)