This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch ci/update-codecov
in repository https://gitbox.apache.org/repos/asf/cordova-eslint.git

commit 383e36efb7b96cacb6d2f269452d566652d059ac
Author: Erisu <er...@apache.org>
AuthorDate: Wed Apr 10 22:33:33 2024 +0900

    ci: update codecov@v4 w/ token
---
 .github/workflows/ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 34002c5..a545a13 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -45,7 +45,9 @@ jobs:
         env:
           CI: true
 
-      - uses: codecov/codecov-action@v3
+      - uses: codecov/codecov-action@v4
         if: success()
         with:
           name: ${{ runner.os }} node.js ${{ matrix.node-version }}
+          token: ${{ secrets.CODECOV_TOKEN }}
+          fail_ci_if_error: false


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to