diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 836bbd1..586c2e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: - name: Upload coverage if: matrix.os == 'ubuntu-latest' && matrix.node == 20 - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage/coverage-final.json