Skip to content

Commit d9b3ab5

Browse files
Merge pull request #123 from SciML/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents 3d0defd + 1ec0429 commit d9b3ab5

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
@@ -47,6 +47,6 @@ jobs:
4747
- uses: julia-actions/julia-processcoverage@v1
4848
with:
4949
directories: ${{ matrix.project }}/src
50-
- uses: codecov/codecov-action@v3
50+
- uses: codecov/codecov-action@v4
5151
with:
5252
files: lcov.info

0 commit comments

Comments
 (0)