Skip to content

Commit 15226bd

Browse files
chore(deps): update codecov/codecov-action digest to b9fd7d1
1 parent 7301303 commit 15226bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ jobs:
4343
npx playwright install
4444
npm run test:storybook
4545
- name: Upload jest coverage reports to Codecov
46-
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4
46+
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4
4747
env:
4848
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4949
with:
5050
fail_ci_if_error: true
5151
flags: jest
5252
directory: coverage/jest
5353
- name: Upload storybook coverage reports to Codecov
54-
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4
54+
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4
5555
env:
5656
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5757
with:

0 commit comments

Comments
 (0)