From 3fdf68541f10d234408034ddf3e575ce66dbf988 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 09:03:41 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.5.4 --- .github/workflows/code-cov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-cov.yml b/.github/workflows/code-cov.yml index 7875537..210db51 100644 --- a/.github/workflows/code-cov.yml +++ b/.github/workflows/code-cov.yml @@ -26,7 +26,7 @@ jobs: npm ci --ignore-scripts npm run coverage:report - name: Codecov - uses: codecov/codecov-action@v5.5.3 + uses: codecov/codecov-action@v5.5.4 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.lcov