We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b83beb + 3b6700b commit b42f035Copy full SHA for b42f035
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Build and Run tests
52
run: make coverage -j
53
- name: Upload coverage to Codecov
54
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
55
with:
56
files: ./cov-html/libopenlibm.info
57
- uses: actions/upload-artifact@v4
0 commit comments