Skip to content

Commit

Permalink
Revert "chore(deps): update codecov/codecov-action action to v4"
Browse files Browse the repository at this point in the history
This reverts commit f9ab5c4.
  • Loading branch information
kaechele committed Sep 21, 2023
1 parent ee1e220 commit b949f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ jobs:
run: poetry run pytest --cov-report=xml
shell: bash
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit b949f63

Please sign in to comment.