File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 40
40
arch : x64
41
41
42
42
steps :
43
- - uses : actions/checkout@v3
43
+ - uses : actions/checkout@v4
44
44
- uses : julia-actions/setup-julia@latest
45
45
with :
46
46
version : ${{ matrix.version }}
57
57
JULIA_DEBUG : ' Main,UnicodePlots'
58
58
COLORTERM : ' yes' # 8bit - 256 colors
59
59
- uses : julia-actions/julia-processcoverage@latest
60
- - uses : codecov/codecov-action@v3
60
+ - uses : codecov/codecov-action@v4
61
61
with :
62
+ token : ${{ secrets.CODECOV_TOKEN }}
63
+ fail_ci_if_error : false
62
64
file : lcov.info
Original file line number Diff line number Diff line change 16
16
- uses : julia-actions/setup-julia@latest
17
17
with :
18
18
version : ' 1'
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
- name : Install JuliaFormatter and format
21
21
run : |
22
22
julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter"))'
You can’t perform that action at this time.
0 commit comments