From 80de32a615a3b3ae01ed55c1229e80503f469eb2 Mon Sep 17 00:00:00 2001 From: null Date: Thu, 5 Dec 2024 21:38:39 +0000 Subject: [PATCH] chore: update codecov/codecov-action action to v5.1.1 --- .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 a3a8926f1eeb..68f3eb01b7ba 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: - uses: taiga-family/ci/actions/setup/node@v1.101.0 - run: npm test - run: tree -L 2 ./coverage -P 'lcov.info' - - uses: codecov/codecov-action@v5.1.0 + - uses: codecov/codecov-action@v5.1.1 with: directory: ./coverage/ flags: summary