From df4f01af1c516ed021571a9938b9cf0a91bbbff7 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Wed, 20 Nov 2024 00:28:09 +0300 Subject: [PATCH] chore: update codecov/codecov-action action to v5.0.3 (#653) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 133fc08..d6075ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - run: npm run build:demo - run: npm run test - - uses: codecov/codecov-action@v5.0.2 + - uses: codecov/codecov-action@v5.0.3 continue-on-error: true - uses: taiga-family/ci/actions/auto/push@v1.98.0 with: