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.
2 parents 43f291e + 919ba26 commit 82e90aeCopy full SHA for 82e90ae
1 file changed
.github/workflows/ci.yml
@@ -107,7 +107,7 @@ jobs:
107
- name: Upload coverage to Codecov
108
# Codecov token isn't exposed to forked-PR runs; skip the upload there.
109
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
110
- uses: codecov/codecov-action@v6
+ uses: codecov/codecov-action@v7
111
with:
112
files: ./cov-html/libopenlibm.info
113
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments