File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 36
36
with :
37
37
version : ${{ matrix.julia-version }}
38
38
arch : ${{ matrix.julia-arch }}
39
-
40
39
- name : Cache artifacts
41
- uses : actions/cache@v4
42
- env :
43
- cache-name : cache-artifacts
44
- with :
45
- path : ~/.julia/artifacts
46
- key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
47
- restore-keys : |
48
- ${{ runner.os }}-test-${{ env.cache-name }}-
49
- ${{ runner.os }}-test-
50
- ${{ runner.os }}-
40
+ uses : julia-actions/cache@v2
51
41
- name : " Unit Test"
52
42
uses : julia-actions/julia-runtest@v1
53
43
Original file line number Diff line number Diff line change 27
27
- uses : julia-actions/setup-julia@v2
28
28
with :
29
29
version : ${{ matrix.julia-version }}
30
- - uses : julia-actions/cache@v1
30
+ - uses : julia-actions/cache@v2
31
31
- name : Download Julia Binary
32
32
run : >
33
33
julia -e '
You can’t perform that action at this time.
0 commit comments