Skip to content

Commit

Permalink
ci: update codecov action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed May 21, 2024
1 parent 30e45db commit ada5ee1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@ jobs:
run: yarn test

- name: Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit ada5ee1

Please sign in to comment.