File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
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"))'
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
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
- uses : julia-actions/julia-buildpkg@latest
21
21
- uses : julia-actions/julia-invalidations@v1
22
22
id : invs_pr
23
23
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
with :
26
26
ref : ' main'
27
27
- uses : julia-actions/julia-buildpkg@latest
You can’t perform that action at this time.
0 commit comments