Skip to content

Commit b8b7bec

Browse files
authored
Merge pull request #342 from JuliaMath/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents 97af075 + 407f39c commit b8b7bec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Build and Run tests
5252
run: make coverage -j
5353
# - name: Upload coverage to Codecov
54-
# uses: codecov/codecov-action@v5
54+
# uses: codecov/codecov-action@v6
5555
# with:
5656
# files: ./cov-html/libopenlibm.info
5757
# token: ${{ secrets.CODECOV_TOKEN }}
@@ -83,7 +83,7 @@ jobs:
8383
- name: Gen Coverage Report
8484
run: make gen-cov-report
8585
- name: Upload coverage to Codecov
86-
uses: codecov/codecov-action@v5
86+
uses: codecov/codecov-action@v6
8787
with:
8888
files: ./cov-html/libopenlibm.info
8989
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)