File tree 1 file changed +5
-12
lines changed
1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -36,22 +36,15 @@ jobs:
36
36
with :
37
37
version : ${{ matrix.version }}
38
38
arch : ${{ matrix.arch }}
39
- - uses : actions/cache@v4
40
- env :
41
- cache-name : cache-artifacts
42
- with :
43
- path : ~/.julia/artifacts
44
- key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
45
- restore-keys : |
46
- ${{ runner.os }}-test-${{ env.cache-name }}-
47
- ${{ runner.os }}-test-
48
- ${{ runner.os }}-
39
+ - uses : julia-actions/cache@v1
49
40
- uses : julia-actions/julia-buildpkg@v1
50
41
- uses : julia-actions/julia-runtest@v1
51
42
- uses : julia-actions/julia-processcoverage@v1
52
- - uses : codecov/codecov-action@v3
43
+ - uses : codecov/codecov-action@v5
53
44
with :
54
- file : lcov.info
45
+ files : lcov.info
46
+ fail_ci_if_error : true
47
+ token : ${{ secrets.CODECOV_TOKEN }}
55
48
docs :
56
49
name : Documentation
57
50
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments