From 7f1aa5019efdeaac5934bddbd40cf9c75ece928f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:51:47 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5 --- .github/workflows/test-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-preview.yml b/.github/workflows/test-preview.yml index 71e5bb0..c4d87ec 100644 --- a/.github/workflows/test-preview.yml +++ b/.github/workflows/test-preview.yml @@ -85,7 +85,7 @@ jobs: name: cypress-screenshots path: nuxt/cypress/screenshots - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v5 with: files: ./nuxt/coverage/clover.xml name: codecov-umbrella