We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bff67dc commit 81a4e54Copy full SHA for 81a4e54
.github/workflows/test.yml
@@ -179,7 +179,7 @@ jobs:
179
# --------------------------------------------------------------------------------
180
- name: Codecov upload lcov.info
181
if: matrix.rust == 'stable'
182
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
183
with:
184
files: lcov.info
185
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments