Skip to content

Commit b0f2793

Browse files
authored
Merge pull request #738 from hhatto/update-actions
update codecov action v4
2 parents e946afe + ea9f130 commit b0f2793

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747
python test/acid.py --pycodestyle= --line-range 289 925 test/vectors_example.py
4848
python test/test_suite.py
4949
- name: Upload coverage to Codecov
50-
uses: codecov/codecov-action@v3
50+
uses: codecov/codecov-action@v4
5151
if: matrix.python-version == 3.11 && success()
5252
with:
5353
fail_ci_if_error: true
54+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)