Skip to content

Commit fc38e06

Browse files
committed
feat(ci): 💚 update codecov-action
1 parent 5ea3f6e commit fc38e06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jobs:
3636
poetry run pytest
3737
- name: Upload coverage to Codecov
3838
if: ${{ matrix.update-coverage }}
39-
uses: codecov/codecov-action@v3
39+
uses: codecov/codecov-action@v4
4040
with:
41-
token: ${{ secrets.CODECOV_TOKEN }}
42-
files: ./coverage.xml
4341
fail_ci_if_error: true
42+
files: ./coverage.xml
43+
token: ${{ secrets.CODECOV_TOKEN }}
4444
verbose: true
4545

4646
lint:

0 commit comments

Comments
 (0)