From 3742a35811e495785920fddf19d6b112ff773317 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 15:36:06 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v3.1.6 --- .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 943def7a..2060b0d7 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@v3.1.6 with: files: ./coverage/lcov.info flags: unittests