From 0c691c7253a31ad081d0a3044528dae006be6403 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 02:06:09 +0000 Subject: [PATCH] ci(deps): bump codecov/codecov-action from 3.1.4 to 4.0.0 (#926) --- .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 ad7e1829..431f1990 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -65,7 +65,7 @@ jobs: run: npm test -- --coverage - name: Report Code Coverage to codecov - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v4.0.0 integration-test: name: Integration Test