Skip to content

Commit 9237357

Browse files
committed
ci: Update codecov/codecov-action to v2.
v1 will stop working starting from 2022-02-01. [1] [1] https://github.com/codecov/codecov-action/blob/260aa3b4b2f265b8578bc0e721e33ebf8ff53313/README.md Signed-off-by: Michael Seifert <[email protected]>
1 parent 470510e commit 9237357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: "Upload coverage to Codecov"
4444
if: "contains(env.USING_COVERAGE, matrix.python-version)"
45-
uses: "codecov/codecov-action@v1"
45+
uses: "codecov/codecov-action@v2"
4646
with:
4747
fail_ci_if_error: true
4848

0 commit comments

Comments
 (0)