We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 056b48f commit 81d690cCopy full SHA for 81d690c
.github/workflows/contrib.yml
@@ -71,7 +71,7 @@ jobs:
71
- name: Run tests
72
run: tools/ci/check.sh
73
if: ${{ matrix.check != 'skiptests' }}
74
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
75
with:
76
file: coverage.xml
77
if: ${{ always() }}
.github/workflows/tests.yml
@@ -145,7 +145,7 @@ jobs:
145
146
147
148
149
150
151
0 commit comments