Skip to content

Commit a6475d9

Browse files
Merge pull request #75 from SciML/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents 626939c + 25c0c2c commit a6475d9

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
@@ -38,7 +38,7 @@ jobs:
3838
- uses: julia-actions/julia-runtest@latest
3939
- uses: julia-actions/julia-processcoverage@v1
4040
if: matrix.version == '1' && matrix.os == 'ubuntu-latest'
41-
- uses: codecov/codecov-action@v3
41+
- uses: codecov/codecov-action@v4
4242
if: matrix.version == '1' && matrix.os == 'ubuntu-latest'
4343
with:
4444
file: lcov.info

0 commit comments

Comments
 (0)