From 2022f1e77efd1e7a1a64f2a66ca649b48de83a9a Mon Sep 17 00:00:00 2001 From: null Date: Mon, 25 Nov 2024 15:24:36 +0000 Subject: [PATCH] chore: update codecov/codecov-action action to v5.0.7 --- .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 27e578ff5..3bb5c3349 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: - uses: taiga-family/ci/actions/setup/variables@v1.99.0 - uses: taiga-family/ci/actions/setup/node@v1.99.0 - run: npx nx test editor --nxBail - - uses: codecov/codecov-action@v5.0.4 + - uses: codecov/codecov-action@v5.0.7 with: directory: ./coverage/editor flags: editor