From 5b9f75b6085394d90446332b87ade04c4f1ccf41 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 15:11:52 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5 --- .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 ed4d14f..9194672 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -114,7 +114,7 @@ jobs: run: yarn test --coverage ${{ matrix.eslint-version == 8 }} env: CI: true - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v5 if: ${{ matrix.eslint-version == 8 }} test-ubuntu: uses: ./.github/workflows/test.yml