From d0498a3aefeb33f3f3886d8c6ef99144ef287864 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 19:19:20 +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..d222e4f 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.0 - name: Release uses: softprops/action-gh-release@v2