From 12c76c7c44bfc2d65d3341296950c8b3577a86b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 17:53:01 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4.4.0 --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index e81ca26e..c6141a60 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -36,7 +36,7 @@ jobs: - name: Codecov if: matrix.node-version == '20.x' && matrix.os == 'ubuntu-latest' - uses: codecov/codecov-action@v4.3.1 + uses: codecov/codecov-action@v4.4.0 - name: Release uses: softprops/action-gh-release@v2