Skip to content

Commit f794ae2

Browse files
authored
Merge pull request #366 from JuliaLinearAlgebra/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 8ef6fe3 + a7751b2 commit f794ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- uses: julia-actions/julia-buildpkg@v1
5252
- uses: julia-actions/julia-runtest@v1
5353
- uses: julia-actions/julia-processcoverage@v1
54-
- uses: codecov/codecov-action@v4
54+
- uses: codecov/codecov-action@v5
5555
with:
5656
file: ./lcov.info
5757
flags: unittests

0 commit comments

Comments
 (0)