Skip to content

Commit a9b0e3c

Browse files
authored
Merge pull request #1835 from JuliaStats/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents f9c4a97 + 4c9e968 commit a9b0e3c

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
@@ -57,8 +57,10 @@ jobs:
5757
Pkg.instantiate()'
5858
- run: julia --project=perf perf/samplers.jl
5959
- uses: julia-actions/julia-processcoverage@v1
60-
- uses: codecov/codecov-action@v3
60+
- uses: codecov/codecov-action@v4
6161
with:
62+
token: ${{ secrets.CODECOV_TOKEN }} # required
63+
fail_ci_if_error: true
6264
files: lcov.info
6365
docs:
6466
name: Documentation

0 commit comments

Comments
 (0)