Skip to content

Commit 390fd26

Browse files
Merge pull request #646 from JuliaMath/dependabot/github_actions/codecov/codecov-action-7
Bump codecov/codecov-action from 6 to 7
2 parents da82006 + 903451c commit 390fd26

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
@@ -49,7 +49,7 @@ jobs:
4949
- uses: julia-actions/julia-buildpkg@v1
5050
- uses: julia-actions/julia-runtest@v1
5151
- uses: julia-actions/julia-processcoverage@v1
52-
- uses: codecov/codecov-action@v6
52+
- uses: codecov/codecov-action@v7
5353
with:
5454
file: lcov.info
5555
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)