From 5158ec512d7ebd57c6fd62dbbcc4ce18c79a8ef6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A8=E3=83=AA=E3=82=B9?= Date: Sat, 13 Apr 2024 23:53:00 +0900 Subject: [PATCH] ci: update codecov@v4 w/ token (#142) --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad4b558..730c21f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,6 +46,9 @@ jobs: env: CI: true - - uses: codecov/codecov-action@v1 + - 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