File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -208,21 +208,21 @@ jobs:
208208 IWYU : include-what-you-use
209209 IWYU_CLANG_INC : ${{ matrix.clang_inc }}
210210
211- - uses : actions/upload-artifact@v4
211+ - uses : actions/upload-artifact@v5
212212 if : success() || failure()
213213 with :
214214 name : Compilation Database (include-what-you-use - ${{ matrix.os }} ${{ matrix.image }} ${{ matrix.stdlib }})
215215 path : ./cmake.output/compile_commands.json
216216
217- - uses : actions/upload-artifact@v4
217+ - uses : actions/upload-artifact@v5
218218 if : ${{ contains(matrix.os, 'macos') && (success() || failure()) }}
219219 with :
220220 name : macOS Mappings
221221 path : |
222222 ./iwyu-mapgen-apple-libc.py
223223 ./macos.imp
224224
225- - uses : actions/upload-artifact@v4
225+ - uses : actions/upload-artifact@v5
226226 if : success() || failure()
227227 with :
228228 name : Logs (include-what-you-use - ${{ matrix.os }} ${{ matrix.image }} ${{ matrix.stdlib }})
You can’t perform that action at this time.
0 commit comments