diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8db55d5..6d6561ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: - name: Coverage if: matrix.os == 'ubuntu-latest' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 timeout-minutes: 5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}