Skip to content

Commit 84b56b6

Browse files
committed
ci: Fix zephyr workflow
Updates the upload artifact version Signed-off-by: Jamie McCrae <[email protected]>
1 parent 43a49a3 commit 84b56b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/zephyr_build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
./scripts/twister --inline-logs -v -N -M --integration --overflow-as-errors --retry-failed 2 ${test_paths}
9595
9696
- name: Upload Tests Results
97-
uses: actions/upload-artifact@v2
97+
uses: actions/upload-artifact@v4
9898
if: always()
9999
with:
100100
name: Tests Results

0 commit comments

Comments
 (0)