Skip to content

Commit 4265932

Browse files
chore(deps): update codecov/codecov-action action to v3 (#60)
Co-authored-by: Matt Kramer <[email protected]>
1 parent e1cdb1e commit 4265932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
coverage run -m pytest tests
3838
coverage xml
39-
- uses: codecov/codecov-action@v2
39+
- uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3
4040
with:
4141
files: ./coverage.xml
4242
env_vars: OS,PYTHON

0 commit comments

Comments
 (0)