Revert "chore: bump codecov/codecov-action from 3 to 4 (#6652)"

This reverts commit 63beaaabd73e4a9bc509be97a0366302d7f38b69.

It appears to be no longer capable of finding git.
This commit is contained in:
Asher
2024-02-28 14:04:55 -09:00
parent 963fcfc3a5
commit 460a4564c3
2 changed files with 2 additions and 2 deletions

View File

@ -195,7 +195,7 @@ jobs:
run: yarn test:unit
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
if: success()

View File

@ -77,7 +77,7 @@ jobs:
run: yarn test:integration
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
if: success()