From 15226bd3ed9224e71e2640388048fd0bf6b6997a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 01:47:48 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action digest to b9fd7d1 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 80823ef..42eb7e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: npx playwright install npm run test:storybook - name: Upload jest coverage reports to Codecov - uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4 + uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -51,7 +51,7 @@ jobs: flags: jest directory: coverage/jest - name: Upload storybook coverage reports to Codecov - uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4 + uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: