File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -34,21 +34,21 @@ jobs:
3434
3535 - name : Cache Build 3rd Party
3636 id : cache-3rd-party
37- uses : actions/cache@v2
37+ uses : actions/cache@v4
3838 with :
3939 path : __build/llvm/ninja
4040 key : ${{ runner.os }}-build-llvm-${{ env.LLVM_VERSION }}-${{ env.CACHE_VERSION }}
4141
4242 - name : Cache 3rd Party binaries
4343 id : cache-3rd-party-binary
44- uses : actions/cache@v2
44+ uses : actions/cache@v4
4545 with :
4646 path : 3rdParty
4747 key : ${{ runner.os }}-3rd-party-${{ env.LLVM_VERSION }}-${{ env.CACHE_VERSION }}
4848
4949 - name : Cache 3rd Party binaries - LLVM ${{ env.LLVM_VERSION }} Release
5050 id : cache-3rd-party-binary-llvm-release
51- uses : actions/cache@v2
51+ uses : actions/cache@v4
5252 with :
5353 path : llvm_${{ env.LLVM_VERSION }}_release.tgz
5454 key : ${{ runner.os }}-3rd-party-llvm-${{ env.LLVM_VERSION }}-release-${{ env.CACHE_VERSION }}
Original file line number Diff line number Diff line change @@ -34,21 +34,21 @@ jobs:
3434
3535 - name : Cache Build 3rd Party
3636 id : cache-3rd-party
37- uses : actions/cache@v2
37+ uses : actions/cache@v4
3838 with :
3939 path : __build/llvm
4040 key : ${{ runner.os }}-build-llvm-${{ env.LLVM_VERSION }}-${{ env.CACHE_VERSION }}
4141
4242 - name : Cache 3rd Party binaries
4343 id : cache-3rd-party-binary
44- uses : actions/cache@v2
44+ uses : actions/cache@v4
4545 with :
4646 path : 3rdParty
4747 key : ${{ runner.os }}-3rd-party-${{ env.LLVM_VERSION }}-${{ env.CACHE_VERSION }}
4848
4949 - name : Cache 3rd Party binaries - LLVM ${{ env.LLVM_VERSION }} Release
5050 id : cache-3rd-party-binary-llvm-release
51- uses : actions/cache@v2
51+ uses : actions/cache@v4
5252 with :
5353 path : llvm_${{ env.LLVM_VERSION }}_release.zip
5454 key : ${{ runner.os }}-3rd-party-llvm-${{ env.LLVM_VERSION }}-release-${{ env.CACHE_VERSION }}
You can’t perform that action at this time.
0 commit comments