diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ee43993..09c6908 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -80,7 +80,7 @@ jobs: uv run --frozen coverage combine coverage*/.coverage* uv run --frozen coverage xml -i - name: ⬆️ Upload coverage report - uses: codecov/codecov-action@v5.0.4 + uses: codecov/codecov-action@v5.0.5 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }}