We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 346f9e1 commit c44041bCopy full SHA for c44041b
.github/actions/common-setup/action.yml
@@ -66,7 +66,7 @@ runs:
66
echo "lib_dir=$lib_dir" >> "$GITHUB_ENV"
67
68
# Try to restore a LLVM install, and build it otherwise
69
- - uses: actions/cache/restore@v3
+ - uses: actions/cache/restore@v4
70
id: cache-llvm
71
if: inputs.build-llvm == 'true'
72
with:
@@ -77,7 +77,7 @@ runs:
77
if: inputs.build-llvm == 'true' && steps.cache-llvm.outputs.cache-hit != 'true'
78
shell: bash
79
run: ./external/build-llvm.sh --install-prefix "${{ github.workspace }}/build/llvm-project-install"
80
- - uses: actions/cache/save@v3
+ - uses: actions/cache/save@v4
81
82
83
path: ${{ github.workspace }}/build/llvm-project-install
0 commit comments