Skip to content

Commit b12ceba

Browse files
authored
Merge pull request #74 from JuliaLinearAlgebra/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents b40a41c + 144763a commit b12ceba

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
@@ -55,8 +55,8 @@ jobs:
5555
- uses: julia-actions/julia-buildpkg@v1
5656
- uses: julia-actions/julia-runtest@v1
5757
- uses: julia-actions/julia-processcoverage@v1
58-
- uses: codecov/codecov-action@v4
58+
- uses: codecov/codecov-action@v5
5959
with:
60-
file: lcov.info
60+
files: lcov.info
6161
token: ${{ secrets.CODECOV_TOKEN }}
6262

0 commit comments

Comments
 (0)