Skip to content

Commit 17aa052

Browse files
authored
Merge pull request #109 from JuliaMath/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents f8b085c + 530c647 commit 17aa052

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
@@ -46,6 +46,8 @@ jobs:
4646
- uses: julia-actions/julia-buildpkg@v1
4747
- uses: julia-actions/julia-runtest@v1
4848
- uses: julia-actions/julia-processcoverage@v1
49-
- uses: codecov/codecov-action@v3
49+
- uses: codecov/codecov-action@v4
5050
with:
5151
files: lcov.info
52+
token: ${{ secrets.CODECOV_TOKEN }}
53+
fail_ci_if_error: true

0 commit comments

Comments
 (0)