Skip to content

Commit

Permalink
Revert "chore: bump codecov/codecov-action from 3 to 4 (#6652)"
Browse files Browse the repository at this point in the history
This reverts commit 63beaaa.

It appears to be no longer capable of finding git.
  • Loading branch information
code-asher committed Feb 28, 2024
1 parent 963fcfc commit 460a456
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -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()
Expand Down

0 comments on commit 460a456

Please sign in to comment.