From 996368547e47a1a840f0d348b556084eb8442301 Mon Sep 17 00:00:00 2001 From: Sachin Kumar Date: Sat, 2 Mar 2024 18:36:51 +0530 Subject: [PATCH] chore: update codecov-action to v4 (#233) --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 0a26556..93c88eb 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -94,6 +94,6 @@ jobs: run: npm run test:coverage -- --ci - name: Submit coverage data to codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }}