Skip to content

Commit e7cdd8e

Browse files
Merge pull request #226 from SciML/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents a1ca91d + b48acd0 commit e7cdd8e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
- uses: julia-actions/julia-processcoverage@v1
4040
with:
4141
directories: src,ext
42-
- uses: codecov/codecov-action@v3
42+
- uses: codecov/codecov-action@v4
4343
with:
4444
files: lcov.info
45+
token: ${{ secrets.CODECOV_TOKEN }}
46+
fail_ci_if_error: true

.github/workflows/Documentation.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
- uses: julia-actions/julia-processcoverage@v1
2727
with:
2828
directories: src
29-
- uses: codecov/codecov-action@v3
29+
- uses: codecov/codecov-action@v4
3030
with:
3131
files: lcov.info
32+
token: ${{ secrets.CODECOV_TOKEN }}
33+
fail_ci_if_error: true

0 commit comments

Comments
 (0)