We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a058fe commit 8ef5150Copy full SHA for 8ef5150
.github/workflows/ci-tests.yml
@@ -72,7 +72,7 @@ jobs:
72
73
- name: Upload coverage to Codecov
74
if: ${{ matrix.step == 'unit' }}
75
- uses: codecov/codecov-action@v2.1.0
+ uses: codecov/codecov-action@v3
76
with:
77
fail_ci_if_error: true
78
0 commit comments