Skip to content

Commit 425e436

Browse files
Merge pull request #91 from JuliaLinearAlgebra/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents dcf2f44 + a09996d commit 425e436

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
@@ -37,6 +37,6 @@ jobs:
3737
env:
3838
JULIA_NUM_THREADS: ${{ matrix.threads }}
3939
- uses: julia-actions/julia-processcoverage@v1
40-
- uses: codecov/codecov-action@v3
40+
- uses: codecov/codecov-action@v4
4141
with:
4242
file: lcov.info

0 commit comments

Comments
 (0)