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 3636 with :
3737 version : ${{ matrix.julia-version }}
3838 arch : ${{ matrix.julia-arch }}
39-
4039 - 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
5141 - name : " Unit Test"
5242 uses : julia-actions/julia-runtest@v1
5343
Original file line number Diff line number Diff line change 2727 - uses : julia-actions/setup-julia@v2
2828 with :
2929 version : ${{ matrix.julia-version }}
30- - uses : julia-actions/cache@v1
30+ - uses : julia-actions/cache@v2
3131 - name : Download Julia Binary
3232 run : >
3333 julia -e '
You can’t perform that action at this time.
0 commit comments