From 210d04087fa263d7ea99d58f8dfdd0853d7e9838 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=87=8E=E8=BF=82=E8=BF=82?= Date: Mon, 17 Jun 2024 17:57:37 +0800 Subject: [PATCH] chore: update codecov-action --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index efeff97a7..54afed709 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -96,13 +96,13 @@ jobs: run: yarn test - name: Upload coverage to Codecov - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true directory: ./coverage/ name: codecov-umbrella - flag: unittests, integration + flags: unittests, integration verbose: true build: runs-on: ubuntu-latest