Skip to content

Commit eac8d71

Browse files
authored
[libc++][ci] Update upload-artifact@v3 and hashpin the version (#79854)
The upload-artifact@v3 action is using Node 16, which is reaching EOL. As a result, we are getting warnings prompting us to move our jobs over to the latest version of upload-artifact.
1 parent c576ab6 commit eac8d71

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/libcxx-build-and-test.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
CC: ${{ matrix.cc }}
7676
CXX: ${{ matrix.cxx }}
7777
ENABLE_CLANG_TIDY: ${{ matrix.clang_tidy }}
78-
- uses: actions/upload-artifact@v3
78+
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
7979
if: always()
8080
with:
8181
name: ${{ matrix.config }}-${{ matrix.cxx }}-results
@@ -124,10 +124,10 @@ jobs:
124124
CC: ${{ matrix.cc }}
125125
CXX: ${{ matrix.cxx }}
126126
ENABLE_CLANG_TIDY: ${{ matrix.clang_tidy }}
127-
- uses: actions/upload-artifact@v3
127+
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
128128
if: always() # Upload artifacts even if the build or test suite fails
129129
with:
130-
name: ${{ matrix.config }}-results
130+
name: ${{ matrix.config }}-${{ matrix.cxx }}-results
131131
path: |
132132
**/test-results.xml
133133
**/*.abilist
@@ -189,7 +189,7 @@ jobs:
189189
CC: clang-18
190190
CXX: clang++-18
191191
ENABLE_CLANG_TIDY: "OFF"
192-
- uses: actions/upload-artifact@v3
192+
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
193193
if: always()
194194
with:
195195
name: ${{ matrix.config }}-results

0 commit comments

Comments
 (0)