From ee07403d94dc57237b1e32e56f1a0d1c1b4c133b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 17:01:46 +0000 Subject: [PATCH] Update codecov/codecov-action action to v5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1fc4ed9..1cec5972 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,7 +100,7 @@ jobs: working-directory: packages/focus-trap - name: Upload coverage for focus-trap - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: # The token is not required for public repos, but it makes the workflow # less likely to randomly fail because of a limit in codecov CI capabilities.