Skip to content

Commit 4b9fda4

Browse files
committed
Update codecov action to v3
1 parent 7289c52 commit 4b9fda4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
9898
- name: Codecov for Python
9999
if: matrix.make_target == 'fast-test'
100-
uses: codecov/codecov-action@v2
100+
uses: codecov/codecov-action@v3
101101
with:
102102
files: coverage.xml
103103
flags: python
@@ -111,7 +111,7 @@ jobs:
111111
coverage xml
112112
113113
- name: Codecov for Vim
114-
uses: codecov/codecov-action@v2
114+
uses: codecov/codecov-action@v3
115115
with:
116116
files: coverage.xml
117117
flags: vimscript

0 commit comments

Comments
 (0)