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 4141 - name : Restore cache
4242 if : runner.os == 'Windows' && contains(inputs.compiler, 'intel')
4343 id : cache
44- uses : actions/cache/restore@v3
44+ uses : actions/cache/restore@v4
4545 with :
4646 path : ${{ env.ONEAPI_ROOT }}
4747 key : ${{ runner.os }}-${{ inputs.compiler }}-${{ inputs.version || 'latest' }}-${{ steps.get-date.outputs.date }}
8585 # save oneAPI cache and activate environment
8686 - name : Save cache
8787 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
8989 with :
9090 path : ${{ env.ONEAPI_ROOT }}
9191 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