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

pull/4913/head
Ernesto García 9 months ago committed by GitHub
parent 11dc5e3809
commit 60afc99053
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      .github/workflows/checks.yml

@ -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

Loading…
Cancel
Save