Skip to content

Commit 2294ac7

Browse files
committed
Update actions
1 parent 7202065 commit 2294ac7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,14 @@ jobs:
4747
run: |
4848
python -m tox
4949
python -m tox -e coverage_report
50-
- uses: codecov/codecov-action@v3
50+
- uses: codecov/codecov-action@v5
51+
with:
52+
fail_ci_if_error: true
53+
token: ${{ secrets.CODECOV_TOKEN }}
5154
fmt:
5255
name: Format
5356
runs-on: ubuntu-22.04
5457
steps:
55-
- uses: actions/checkout@v3
58+
- uses: actions/checkout@v4
5659
- uses: psf/black@stable
5760
- uses: isort/isort-action@v1

0 commit comments

Comments
 (0)