diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 811d60a5..ce611d85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,6 @@ jobs: - name: Coverage if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == 20 }} - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}