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:
parent
809b0e42fe
commit
9b1b95c17f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue