Skip to content

Commit 84ab7b7

Browse files
authored
Merge pull request #145 from pycontribs/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 2 to 3
2 parents a65e923 + a833ead commit 84ab7b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
run: python3 -m tox
9797

9898
- name: Upload coverage data
99-
uses: codecov/codecov-action@v2
99+
uses: codecov/codecov-action@v3
100100
with:
101101
directory: .tox
102102
files: "coverage-*.xml"

0 commit comments

Comments
 (0)