From 32850b4947d3d8893d690ce87f336a5617dea524 Mon Sep 17 00:00:00 2001 From: null Date: Thu, 14 Nov 2024 17:26:09 +0000 Subject: [PATCH] chore: update codecov/codecov-action action to v5 --- .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 2db7648..6ddf2a6 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@v4.6.0 + - uses: codecov/codecov-action@v5.0.0 continue-on-error: true - uses: taiga-family/ci/actions/auto/push@v1.96.0 with: