Skip to content

Commit 78a1b9e

Browse files
committed
github-upload-artifact: Upgrade the deprecated version
actions/upload-artifact v3 is now deprecated and cannot be used anymore. Hence, updating to v4. Signed-off-by: Ahmed Ismail <[email protected]>
1 parent 882608f commit 78a1b9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arm Limited and/or its affiliates
1+
# Copyright (c) 2023-2025 Arm Limited and/or its affiliates
22
33
# SPDX-License-Identifier: MIT
44

@@ -85,7 +85,7 @@ jobs:
8585
build/${{ matrix.application }}-update_signed.bin \
8686
build/update-signature.txt
8787
- name: Upload Build Artifacts
88-
uses: actions/upload-artifact@v3
88+
uses: actions/upload-artifact@v4
8989
with:
9090
name: FRI-build-logs
9191
path: |

0 commit comments

Comments
 (0)