Skip to content

Commit 82e90ae

Browse files
authored
Merge pull request #359 from JuliaMath/dependabot/github_actions/codecov/codecov-action-7
Bump codecov/codecov-action from 6 to 7
2 parents 43f291e + 919ba26 commit 82e90ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- name: Upload coverage to Codecov
108108
# Codecov token isn't exposed to forked-PR runs; skip the upload there.
109109
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
110-
uses: codecov/codecov-action@v6
110+
uses: codecov/codecov-action@v7
111111
with:
112112
files: ./cov-html/libopenlibm.info
113113
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)