ci: Fix zephyr workflow

Updates the upload artifact version

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
(cherry picked from commit 84b56b6111)
This commit is contained in:
Jamie McCrae 2024-09-10 07:18:44 +01:00
parent 809b0e42fe
commit 9b1b95c17f
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ jobs:
./scripts/twister --inline-logs -v -N -M --integration --overflow-as-errors --retry-failed 2 ${test_paths} ./scripts/twister --inline-logs -v -N -M --integration --overflow-as-errors --retry-failed 2 ${test_paths}
- name: Upload Tests Results - name: Upload Tests Results
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v4
if: always() if: always()
with: with:
name: Tests Results name: Tests Results