From 0145297e57b8a9c76247bb1b26fa95f2225e9e65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 16:51:14 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.5.4 --- .github/workflows/test-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-coverage.yml b/.github/workflows/test-coverage.yml index a72081d..2d2bb20 100644 --- a/.github/workflows/test-coverage.yml +++ b/.github/workflows/test-coverage.yml @@ -29,6 +29,6 @@ jobs: env: CI: true - name: Codecov - uses: codecov/codecov-action@v5.5.3 + uses: codecov/codecov-action@v5.5.4 with: token: ${{ secrets.CODECOV_TOKEN }}