diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 39998f2f4..45f664e14 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -328,7 +328,7 @@ jobs: - run: coverage combine .coverage@* - run: coverage xml - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: false