Skip to content

Commit

Permalink
ci: Fix zephyr workflow
Browse files Browse the repository at this point in the history
Updates the upload artifact version

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
  • Loading branch information
nordicjm committed Sep 10, 2024
1 parent 43a49a3 commit 84b56b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zephyr_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
./scripts/twister --inline-logs -v -N -M --integration --overflow-as-errors --retry-failed 2 ${test_paths}
- name: Upload Tests Results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: always()
with:
name: Tests Results
Expand Down

0 comments on commit 84b56b6

Please sign in to comment.