Update codecov/codecov-action action to v4 (#4978)

This commit is contained in:
Ernesto García
2024-04-23 05:59:56 -06:00
committed by GitHub
parent 11dc5e3809
commit 60afc99053

View File

@ -93,9 +93,9 @@ jobs:
uses: ./.github/actions/setup
- name: Run coverage
run: npm run coverage
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
- uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
harnesses:
runs-on: ubuntu-latest