From a7dbf8e408b57bc3ca6a450b7d7a79f914a0eba6 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Wed, 18 Dec 2024 22:30:57 +0300 Subject: [PATCH] chore: update codecov/codecov-action action to v5.1.2 (#690) --- .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 2398904..36d8338 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.1.1 + - uses: codecov/codecov-action@v5.1.2 continue-on-error: true - uses: taiga-family/ci/actions/auto/push@v1.104.0 with: