Skip to content

Commit e63bc82

Browse files
committed
Update run-unit-tests.yml
1 parent 62c2e93 commit e63bc82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-unit-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: test:coverage:jest
2121
run: yarn test:coverage:jest
2222

23-
- uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70
23+
- uses: codecov/codecov-action@v4
2424
with:
2525
token: ${{ secrets.CODECOV_TOKEN }}
2626
fail_ci_if_error: true

0 commit comments

Comments
 (0)