Skip to content

Commit 388e1b3

Browse files
committed
Relax version of codecov action to v1
1 parent 4b01af5 commit 388e1b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/general.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
with:
201201
args: "--ignore-tests"
202202
- name: Upload to codecov.io
203-
uses: codecov/codecov-action@v1.0.2
203+
uses: codecov/codecov-action@v1
204204
with:
205205
token: ${{secrets.CODECOV_TOKEN}}
206206
- name: Archive code coverage results

0 commit comments

Comments
 (0)