Skip to content

Commit 9cfb802

Browse files
Merge pull request #142 from SciML/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents 2b977ed + eba6408 commit 9cfb802

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
- uses: julia-actions/julia-processcoverage@v1
4747
with:
4848
directories: src,ext
49-
- uses: codecov/codecov-action@v3
49+
- uses: codecov/codecov-action@v4
5050
with:
51-
files: lcov.info
51+
files: lcov.info
52+
token: ${{ secrets.CODECOV_TOKEN }}
53+
fail_ci_if_error: true

0 commit comments

Comments
 (0)