File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 - name : Cache llvm-mingw (Windows)
2020 id : cache-llvm
2121 if : runner.os == 'Windows'
22- uses : actions/cache@v3
22+ uses : actions/cache@v4
2323 with :
2424 path : .llvm-mingw
2525 key : llvm-mingw-${{ runner.os }}-${{ inputs.llvm-mingw-version }}-${{ inputs.host-arch }}
5050 - name : Cache llvm-mingw (Linux)
5151 id : cache-llvm-linux
5252 if : runner.os == 'Linux'
53- uses : actions/cache@v3
53+ uses : actions/cache@v4
5454 with :
5555 path : /opt/llvm-mingw
5656 key : llvm-mingw-${{ runner.os }}-${{ inputs.llvm-mingw-version }}-${{ inputs.host-arch }}
Original file line number Diff line number Diff line change 1414 steps :
1515 - name : Cache LLVM and tools
1616 id : cache-llvm
17- uses : actions/cache@v3
17+ uses : actions/cache@v4
1818 with :
1919 path : |
2020 .LLVM
You can’t perform that action at this time.
0 commit comments