From a42cee8f4e8d7a318b23956e6aafa231aad072a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 15:36:10 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4 --- .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 943def7ab..e147e28f1 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -58,7 +58,7 @@ jobs: - name: Upload test coverage report if: ${{ steps.check-lcov-non-empty.outputs.isNotEmpty == 'true'}} - uses: codecov/codecov-action@v3.1.5 + uses: codecov/codecov-action@v4.0.1 with: files: ./coverage/lcov.info flags: unittests