Skip to content

Commit 9b2f31f

Browse files
Merge pull request #62 from SciML/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 1 to 3
2 parents a2c211d + 8e9716a commit 9b2f31f

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

0 commit comments

Comments
 (0)