diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b4c626f..14f14d4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: cd docs && make html - name: Run Coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true