From 590c60c783b55d4a109a06ecb7d7ecf0295b4173 Mon Sep 17 00:00:00 2001 From: null Date: Thu, 14 Nov 2024 17:24:32 +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 7cef803f..c4dfa046 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - run: npx nx run-many -t build --all - run: npx nx run-many -t test --all - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 - uses: taiga-family/ci/actions/auto/push@v1.94.0 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}