Skip to content

Commit

Permalink
Revert back to v3 of codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaeske authored Dec 28, 2023
1 parent 55437ed commit 3042ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
run: tox -e py${{ matrix.python-version }}

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 3042ceb

Please sign in to comment.