@@ -52,13 +52,13 @@ jobs:
52
52
cc : ' gcc-14'
53
53
cxx : ' g++-14'
54
54
steps :
55
- - uses : actions/checkout@v4
55
+ - uses : actions/checkout@v4.2.2
56
56
- name : ${{ matrix.config }}.${{ matrix.cxx }}
57
57
run : libcxx/utils/ci/run-buildbot ${{ matrix.config }}
58
58
env :
59
59
CC : ${{ matrix.cc }}
60
60
CXX : ${{ matrix.cxx }}
61
- - uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
61
+ - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
62
62
if : always()
63
63
with :
64
64
name : ${{ matrix.config }}-${{ matrix.cxx }}-results
@@ -98,13 +98,13 @@ jobs:
98
98
cc : ' clang-18'
99
99
cxx : ' clang++-18'
100
100
steps :
101
- - uses : actions/checkout@v4
101
+ - uses : actions/checkout@v4.2.2
102
102
- name : ${{ matrix.config }}
103
103
run : libcxx/utils/ci/run-buildbot ${{ matrix.config }}
104
104
env :
105
105
CC : ${{ matrix.cc }}
106
106
CXX : ${{ matrix.cxx }}
107
- - uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
107
+ - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
108
108
if : always() # Upload artifacts even if the build or test suite fails
109
109
with :
110
110
name : ${{ matrix.config }}-${{ matrix.cxx }}-results
@@ -162,13 +162,13 @@ jobs:
162
162
runs-on : ${{ matrix.machine }}
163
163
container : ghcr.io/llvm/libcxx-linux-builder:d8a0709b1090350a7fe3604d8ab78c7d62f10698
164
164
steps :
165
- - uses : actions/checkout@v4
165
+ - uses : actions/checkout@v4.2.2
166
166
- name : ${{ matrix.config }}
167
167
run : libcxx/utils/ci/run-buildbot ${{ matrix.config }}
168
168
env :
169
169
CC : clang-19
170
170
CXX : clang++-19
171
- - uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
171
+ - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
172
172
if : always()
173
173
with :
174
174
name : ${{ matrix.config }}-results
@@ -200,7 +200,7 @@ jobs:
200
200
os : macos-13
201
201
runs-on : ${{ matrix.os }}
202
202
steps :
203
- - uses : actions/checkout@v4
203
+ - uses : actions/checkout@v4.2.2
204
204
- uses : maxim-lobanov/setup-xcode@v1
205
205
with :
206
206
xcode-version : ' latest'
@@ -211,7 +211,7 @@ jobs:
211
211
source .venv/bin/activate
212
212
python -m pip install psutil
213
213
bash libcxx/utils/ci/run-buildbot ${{ matrix.config }}
214
- - uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
214
+ - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
215
215
if : always() # Upload artifacts even if the build or test suite fails
216
216
with :
217
217
name : macos-${{ matrix.config }}-results
@@ -240,7 +240,7 @@ jobs:
240
240
- { config: mingw-dll-i686, mingw: true }
241
241
- { config: mingw-incomplete-sysroot, mingw: true }
242
242
steps :
243
- - uses : actions/checkout@v4
243
+ - uses : actions/checkout@v4.2.2
244
244
- name : Install dependencies
245
245
run : |
246
246
choco install -y ninja
0 commit comments