diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24dfc1d0..0eca6c9b 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@v2 + uses: codecov/codecov-action@v3 timeout-minutes: 5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}