Skip to content

Commit

Permalink
Update codecov/codecov-action action to v4 (#4978)
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestognw committed Apr 23, 2024
1 parent 11dc5e3 commit 60afc99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Expand Up @@ -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
Expand Down

0 comments on commit 60afc99

Please sign in to comment.