Skip to content

Commit

Permalink
Revert "build(deps): bump codecov/codecov-action from 3 to 4"
Browse files Browse the repository at this point in the history
This reverts commit 85284b2.

The tagging of codecov/codecov-action@v4 was premature:
codecov/codecov-action#1089
Wait until v4 is out of beta to upgrade.

Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
  • Loading branch information
kevinoid committed Oct 2, 2023
1 parent 688eeb8 commit 37ce529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Run tests
run: npm run test-unit-cov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
- name: Upload coverage to Coveralls
uses: coverallsapp/github-action@v2
# Ignore intermittent server errors (which are out of our control).
Expand Down

0 comments on commit 37ce529

Please sign in to comment.