Skip to content

Commit

Permalink
revert: "chore(deps): bump codecov/codecov-action from 3 to 4 (#13301)"
Browse files Browse the repository at this point in the history
This reverts commit c5b9662.
Refs: codecov/codecov-action#1089
  • Loading branch information
TonyRL committed Sep 15, 2023
1 parent c5b9662 commit 8a3d9ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
REDIS_URL: redis://localhost:${{ job.services.redis.ports[6379] }}/
- name: Upload coverage to Codecov
if: ${{ matrix.node-version == '18' }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos as documented, but seems broken

Expand Down

0 comments on commit 8a3d9ad

Please sign in to comment.