From 8dfb973a6bf8781bdb3317900eee383d3708aa92 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Thu, 14 Nov 2024 20:26:33 +0300 Subject: [PATCH] chore: update codecov/codecov-action action to v5 (#1571) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5c5ac112a..6a49ddfdc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: - uses: taiga-family/ci/actions/setup/variables@v1.96.0 - uses: taiga-family/ci/actions/setup/node@v1.96.0 - run: npx nx test editor --nxBail - - uses: codecov/codecov-action@v4.6.0 + - uses: codecov/codecov-action@v5.0.0 with: directory: ./coverage/editor flags: editor