File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4949 prefix-key : ${{ env.RUST_CACHE_PREFIX }}
5050 - name : Cache LLVM and Clang
5151 id : cache-llvm
52- uses : actions/cache@v3
52+ uses : actions/cache@v4
5353 with :
5454 path : ${{ runner.temp }}/llvm-${{ env.clang }}
5555 key : ubuntu-latest-llvm-${{ env.clang }}
@@ -130,7 +130,7 @@ jobs:
130130 # LLVM & Clang
131131 - name : Cache LLVM and Clang
132132 id : cache-llvm
133- uses : actions/cache@v3
133+ uses : actions/cache@v4
134134 # Macos build doesn't work with clang < 18. As a build for version 18 is not available, we skip the setup
135135 if : " !contains(matrix.os, 'windows') && !contains(matrix.os, 'macos')"
136136 with :
Original file line number Diff line number Diff line change 3131 uses : dtolnay/rust-toolchain@nightly
3232 - name : Cache LLVM and Clang
3333 id : cache-llvm
34- uses : actions/cache@v3
34+ uses : actions/cache@v4
3535 with :
3636 path : ${{ runner.temp }}/llvm-${{ matrix.clang }}
3737 key : ${{ matrix.os }}-llvm-${{ matrix.clang }}
Original file line number Diff line number Diff line change 3333 uses : dtolnay/rust-toolchain@stable
3434 - name : Cache LLVM and Clang
3535 id : cache-llvm
36- uses : actions/cache@v3
36+ uses : actions/cache@v4
3737 with :
3838 path : ${{ runner.temp }}/llvm-${{ env.clang }}
3939 key : ubuntu-latest-llvm-${{ env.clang }}
You can’t perform that action at this time.
0 commit comments