From dfd457e23c785c39be41ae071754b5c5c57632dd Mon Sep 17 00:00:00 2001 From: xobotyi Date: Sun, 3 Nov 2024 16:34:29 +0100 Subject: [PATCH] chore: update codecov 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 5cb3cfb0..1426e191 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -80,7 +80,7 @@ jobs: run: yarn build:clean && yarn test:coverage --testLocationInResults --reporters=default --reporters=@jamesacarr/jest-reporter-github-actions - name: "Upload coverage to Codecov" - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage/lcov.info