diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ad5d1e..a5c5427 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: run: uv run pytest --cov-report term --cov-report xml --cov pystructs tests - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: fail_ci_if_error: false token: ${{ secrets.CODECOV_TOKEN }}