File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 78
78
79
79
- name : Cache Build
80
80
id : cache-build
81
- uses : actions/cache@v3
81
+ uses : actions/cache@v4
82
82
with :
83
83
path : ${{env.CCACHE_DIR}}
84
84
key : ${{matrix.os}}-${{matrix.build_type}}-${{matrix.lib}}-${{matrix.components}}-${{matrix.gpu}}-${{matrix.metis}}-ccache-${{github.run_id}}
Original file line number Diff line number Diff line change 48
48
49
49
- name : Cache Build
50
50
id : cache-build
51
- uses : actions/cache@v3
51
+ uses : actions/cache@v4
52
52
with :
53
53
path : ${{env.CCACHE_DIR}}
54
54
key : ${{matrix.os}}-${{matrix.build_type}}-${{matrix.lib}}-${{matrix.components}}-${{matrix.metis}}-ccache-${{github.run_id}}
Original file line number Diff line number Diff line change 61
61
62
62
- name : Cache Build
63
63
id : cache-build
64
- uses : actions/cache@v3
64
+ uses : actions/cache@v4
65
65
with :
66
66
path : ${{env.CCACHE_DIR}}
67
67
key : ${{runner.os}}-${{matrix.sys}}-${{matrix.env}}-${{matrix.build_type}}-${{matrix.lib}}-${{matrix.components}}-${{matrix.metis}}-ccache-${{github.run_id}}
@@ -134,7 +134,7 @@ jobs:
134
134
- name : Cache METIS
135
135
if : matrix.metis == 'metis'
136
136
id : cache-metis
137
- uses : actions/cache@v3
137
+ uses : actions/cache@v4
138
138
with :
139
139
path : metis/
140
140
key : ${{matrix.msvc}}-metis-5.1.0-${{matrix.build_type}}-shared
@@ -184,7 +184,7 @@ jobs:
184
184
185
185
- name : Cache LAPACK
186
186
id : cache-lapack
187
- uses : actions/cache@v3
187
+ uses : actions/cache@v4
188
188
with :
189
189
path : |
190
190
${{env.CCACHE_DIR}}
You can’t perform that action at this time.
0 commit comments