Skip to content

Commit

Permalink
Merge pull request #125 from raffclar/patch-1
Browse files Browse the repository at this point in the history
codecov/codecov-action@v1 is deprecated; v3 is now recommended
  • Loading branch information
sondrelg authored May 21, 2023
2 parents c9e8b50 + cbdc751 commit c137a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ jobs:
# (requires CODECOV_TOKEN in repository secrets)
#----------------------------------------------
- name: Upload coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }} # Only required for private repositories
file: ./coverage.xml
Expand Down

0 comments on commit c137a18

Please sign in to comment.