mirror of https://github.com/facebook/jest.git
chore(deps): update codecov/codecov-action action to v5 (#15414)
This commit is contained in:
parent
663a758a43
commit
22d383bb89
|
@ -213,7 +213,8 @@ jobs:
|
|||
- name: map coverage
|
||||
run: node ./scripts/mapCoverage.mjs
|
||||
if: always()
|
||||
- uses: codecov/codecov-action@v4
|
||||
- uses: codecov/codecov-action@v5
|
||||
if: always()
|
||||
with:
|
||||
directory: ./coverage
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
|
Loading…
Reference in New Issue