Skip to content

Commit

Permalink
Update codecov action (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
VMRuiz authored Jul 15, 2024
1 parent 643a841 commit 6fe8928
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
tox -e docs
- name: Upload coverage.xml to codecov
if: ${{ matrix.python-version == 3.11 }}
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v4.5.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 6fe8928

Please sign in to comment.