We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 319b5f2 commit 1b899d1Copy full SHA for 1b899d1
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
# with:
56
# files: ./cov-html/libopenlibm.info
57
# token: ${{ secrets.CODECOV_TOKEN }}
58
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
59
with:
60
name: code-coverage-report-old
61
path: ./cov-html/
@@ -87,7 +87,7 @@ jobs:
87
88
files: ./cov-html/libopenlibm.info
89
token: ${{ secrets.CODECOV_TOKEN }}
90
91
92
name: code-coverage-report
93
0 commit comments