From bd7d15035669596e6dd4dcafbcec6e33de6b557e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 23:56:13 +0000 Subject: [PATCH] ci(gh-actions): bump codecov/codecov-action from 5.0.7 to 5.1.2 (#1034) --- .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 4bd893a1..ec5ad06d 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -72,7 +72,7 @@ jobs: run: npm test -- --coverage - name: Report Code Coverage to codecov - uses: codecov/codecov-action@v5.0.7 + uses: codecov/codecov-action@v5.1.2 with: token: ${{ secrets.CODECOV_TOKEN }}