From bf017a1bf44e919a4923b1ceb11be686de1c5b8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 19:06:46 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5 --- .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 1ccaaeb..1184ff2 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.5.0 + uses: codecov/codecov-action@v5.1.2 - name: Release uses: softprops/action-gh-release@v2