From 0b964d1bf291cef2f0308ab9bb9ab2c46ee6d4cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 01:05:52 +0200 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4 (#42) * chore: patching ci * chore(deps): update codecov/codecov-action action to v4 --------- Co-authored-by: Altynbek Orumbayev Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/cicd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index da7ce7c..91be259 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -82,7 +82,7 @@ jobs: run: pnpm run test:integration - name: "Upload coverage to Codecov" - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 if: runner.os == 'Linux' && matrix.node == '20' with: fail_ci_if_error: true