diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec6e9f3cc5..93a4153f1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: uses: actions/download-artifact@v4 - name: Run coverage run: make ci_coverage - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true