From 89618257c1e4332eba973d93d8cadb042ebfb577 Mon Sep 17 00:00:00 2001 From: Erisu Date: Wed, 10 Apr 2024 22:35:13 +0900 Subject: [PATCH] ci: update codecov@v4 w/ token --- .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 20f69471c..fbb4eadee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,6 +81,9 @@ jobs: env: CI: true - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 + if: success() with: - fail_ci_if_error: true + name: ${{ runner.os }} node.js ${{ matrix.node-version }} + token: ${{ secrets.CODECOV_TOKEN }} + fail_ci_if_error: false