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 bc48539 commit 97af075Copy full SHA for 97af075
1 file changed
.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@v6
+ - uses: actions/upload-artifact@v7
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