Skip to content

Commit

Permalink
chore[ci]: update codecov github action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Jan 2, 2025
1 parent a29b49d commit 23bad88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
tests/
- name: Upload Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
tests/
- name: Upload Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
Expand Down

0 comments on commit 23bad88

Please sign in to comment.