Skip to content

Commit f649f78

Browse files
authored
Merge pull request #560 from JuliaMath/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents 9b6e6c9 + cf85076 commit f649f78

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,10 @@ jobs:
4949
- uses: julia-actions/julia-buildpkg@v1
5050
- uses: julia-actions/julia-runtest@v1
5151
- uses: julia-actions/julia-processcoverage@v1
52-
- uses: codecov/codecov-action@v3
52+
- uses: codecov/codecov-action@v4
5353
with:
54+
token: ${{ secrets.CODECOV_TOKEN }} # required
55+
fail_ci_if_error: true
5456
file: lcov.info
5557
docs:
5658
name: Documentation

0 commit comments

Comments
 (0)