Skip to content

Commit 460a456

Browse files
committed
Revert "chore: bump codecov/codecov-action from 3 to 4 (#6652)"
This reverts commit 63beaaa. It appears to be no longer capable of finding git.
1 parent 963fcfc commit 460a456

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
run: yarn test:unit
196196

197197
- name: Upload coverage report to Codecov
198-
uses: codecov/codecov-action@v4
198+
uses: codecov/codecov-action@v3
199199
with:
200200
token: ${{ secrets.CODECOV_TOKEN }}
201201
if: success()

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
run: yarn test:integration
7878

7979
- name: Upload coverage report to Codecov
80-
uses: codecov/codecov-action@v4
80+
uses: codecov/codecov-action@v3
8181
with:
8282
token: ${{ secrets.CODECOV_TOKEN }}
8383
if: success()

0 commit comments

Comments
 (0)