Skip to content

Commit

Permalink
update codecov action version
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsferreira committed Sep 14, 2024
1 parent 1fff3d2 commit fbc4c86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,10 @@ jobs:
run: tox

- name: Upload coverage reports to Codecov with GitHub Action on Python 3.11
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
if: ${{ matrix.python-version == '3.11' }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

check-docs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fbc4c86

Please sign in to comment.