From 41811d90cf42eb7d1cae244da5ebc65a699fa5f2 Mon Sep 17 00:00:00 2001 From: "kiba-renovate[bot]" <154907007+kiba-renovate[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 21:04:53 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.4.3 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 171a887b..066e759c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -172,7 +172,7 @@ jobs: paths: "test-results/unit.xml" if: always() - - uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 with: flags: unittests token: ${{ secrets.CODECOV_TOKEN }}