Skip to content

Commit db96097

Browse files
authored
Merge pull request #136 from python/dependabot/github_actions/actions-a22372143e
2 parents 6b5c076 + 5370c2c commit db96097

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ jobs:
2222
tox -e py
2323
2424
- name: Upload coverage
25-
uses: codecov/[email protected]
25+
uses: codecov/codecov-action@v4
26+
with:
27+
token: ${{ secrets.CODECOV_ORG_TOKEN }}

0 commit comments

Comments
 (0)