diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47ec3878f..8e9f98a25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: - name: Coverage if: runner.os != 'Windows' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }}