Skip to content

Commit ec6c51d

Browse files
authored
Merge pull request #117 from JuliaMath/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents fa3a1cb + 2486866 commit ec6c51d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- uses: julia-actions/julia-buildpkg@v1
4747
- uses: julia-actions/julia-runtest@v1
4848
- uses: julia-actions/julia-processcoverage@v1
49-
- uses: codecov/codecov-action@v4
49+
- uses: codecov/codecov-action@v5
5050
with:
5151
files: lcov.info
5252
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)