From a666e7000f093513eda63ff7a3ae0cf359bb66ba Mon Sep 17 00:00:00 2001 From: null Date: Tue, 19 Nov 2024 21:26:19 +0000 Subject: [PATCH] chore: update codecov/codecov-action action to v5.0.3 --- .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: