From 3b08a734afaf9b29ad064a299a37c1629e188db8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 07:22:08 +0100 Subject: [PATCH] fix(deps): update codecov/codecov-action action to v4 (#128) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/node-test-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node-test-coverage.yml b/.github/workflows/node-test-coverage.yml index 1438621..94f4a3a 100644 --- a/.github/workflows/node-test-coverage.yml +++ b/.github/workflows/node-test-coverage.yml @@ -31,7 +31,7 @@ jobs: - name: Test run: npm test - name: Upload coverage to Codecov - uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3.1.6 + uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1 with: file: ${{ inputs.coverageFile }} token: ${{ secrets.codecovToken }}