Skip to content

Commit 7d2ccde

Browse files
committed
iwyu.yml: updated actions/upload-artifact to v5
1 parent 73a77c9 commit 7d2ccde

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/iwyu.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }})

0 commit comments

Comments
 (0)