File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 41
41
- name : Restore cache
42
42
if : runner.os == 'Windows' && contains(inputs.compiler, 'intel')
43
43
id : cache
44
- uses : actions/cache/restore@v3
44
+ uses : actions/cache/restore@v4
45
45
with :
46
46
path : ${{ env.ONEAPI_ROOT }}
47
47
key : ${{ runner.os }}-${{ inputs.compiler }}-${{ inputs.version || 'latest' }}-${{ steps.get-date.outputs.date }}
85
85
# save oneAPI cache and activate environment
86
86
- name : Save cache
87
87
if : runner.os == 'Windows' && contains(inputs.compiler, 'intel') && steps.cache.outputs.cache-hit != 'true'
88
- uses : actions/cache/save@v3
88
+ uses : actions/cache/save@v4
89
89
with :
90
90
path : ${{ env.ONEAPI_ROOT }}
91
91
key : ${{ runner.os }}-${{ inputs.compiler }}-${{ inputs.version || 'latest' }}-${{ steps.get-date.outputs.date }}
You can’t perform that action at this time.
0 commit comments