ci: update codecov@v4 w/ token (#128)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8ccc9b7..c32ed0b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -50,6 +50,9 @@
         env:
           CI: true
 
-      - uses: codecov/codecov-action@v3.1.1
+      - uses: codecov/codecov-action@v4
+        if: success()
         with:
-          fail_ci_if_error: true
+          name: ${{ runner.os }} node.js ${{ matrix.node-version }}
+          token: ${{ secrets.CORDOVA_CODECOV_TOKEN }}
+          fail_ci_if_error: false