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 49
49
prefix-key : ${{ env.RUST_CACHE_PREFIX }}
50
50
- name : Cache LLVM and Clang
51
51
id : cache-llvm
52
- uses : actions/cache@v3
52
+ uses : actions/cache@v4
53
53
with :
54
54
path : ${{ runner.temp }}/llvm-${{ env.clang }}
55
55
key : ubuntu-latest-llvm-${{ env.clang }}
@@ -130,7 +130,7 @@ jobs:
130
130
# LLVM & Clang
131
131
- name : Cache LLVM and Clang
132
132
id : cache-llvm
133
- uses : actions/cache@v3
133
+ uses : actions/cache@v4
134
134
# Macos build doesn't work with clang < 18. As a build for version 18 is not available, we skip the setup
135
135
if : " !contains(matrix.os, 'windows') && !contains(matrix.os, 'macos')"
136
136
with :
Original file line number Diff line number Diff line change 31
31
uses : dtolnay/rust-toolchain@nightly
32
32
- name : Cache LLVM and Clang
33
33
id : cache-llvm
34
- uses : actions/cache@v3
34
+ uses : actions/cache@v4
35
35
with :
36
36
path : ${{ runner.temp }}/llvm-${{ matrix.clang }}
37
37
key : ${{ matrix.os }}-llvm-${{ matrix.clang }}
Original file line number Diff line number Diff line change 33
33
uses : dtolnay/rust-toolchain@stable
34
34
- name : Cache LLVM and Clang
35
35
id : cache-llvm
36
- uses : actions/cache@v3
36
+ uses : actions/cache@v4
37
37
with :
38
38
path : ${{ runner.temp }}/llvm-${{ env.clang }}
39
39
key : ubuntu-latest-llvm-${{ env.clang }}
You can’t perform that action at this time.
0 commit comments