File tree 1 file changed +4
-12
lines changed
1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -27,26 +27,18 @@ jobs:
27
27
os : ubuntu-latest
28
28
arch : x64
29
29
steps :
30
- - uses : actions/checkout@v3
30
+ - uses : actions/checkout@v4
31
31
- uses : julia-actions/setup-julia@v1
32
32
with :
33
33
version : ${{ matrix.version }}
34
34
arch : ${{ matrix.arch }}
35
- - uses : actions/cache@v1
36
- env :
37
- cache-name : cache-artifacts
38
- with :
39
- path : ~/.julia/artifacts
40
- key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
41
- restore-keys : |
42
- ${{ runner.os }}-test-${{ env.cache-name }}-
43
- ${{ runner.os }}-test-
44
- ${{ runner.os }}-
35
+ - uses : julia-actions/cache@v2
45
36
- uses : julia-actions/julia-buildpkg@v1
46
37
- uses : julia-actions/julia-runtest@v1
47
38
with :
48
39
depwarn : error
49
40
- uses : julia-actions/julia-processcoverage@v1
50
- - uses : codecov/codecov-action@v3
41
+ - uses : codecov/codecov-action@v4
51
42
with :
52
43
file : lcov.info
44
+ token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments