Skip to content

Commit 005f5e1

Browse files
authored
Merge pull request #223 from rajulkumar/fix_codecov
Update codecov-action to v4 for tokenless uploads from forked repos
2 parents fa0f37d + 6b86d4c commit 005f5e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tox-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Install pytest cov
5959
run: pip install pytest-cov
6060
- name: Upload coverage to Codecov
61-
uses: codecov/codecov-action@v2
61+
uses: codecov/codecov-action@v4
6262
with:
6363
token: ${{ secrets.CODECOV_TOKEN }}
6464
fail_ci_if_error: true

0 commit comments

Comments
 (0)