From 6c4ff026ac35a8d08968bd42df19bf0d3700bfd3 Mon Sep 17 00:00:00 2001 From: Renovate Bot GitHub Date: Sun, 10 Mar 2024 03:27:12 +0000 Subject: [PATCH] chore(deps): :arrow_up: update codecov/codecov-action action to v4 --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index ba24258..c01203c 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -45,7 +45,7 @@ jobs: NX_REJECT_UNKNOWN_LOCAL_CACHE: 0 - name: Codecov - uses: codecov/codecov-action@v3.1.6 + uses: codecov/codecov-action@v4.1.0 if: hashFiles('coverage/**/*') != '' with: directory: coverage