Skip to content

Commit

Permalink
github: hello_world_multiplatform: update standard action version
Browse files Browse the repository at this point in the history
Align the standard action versions with the other workflows, those have
been updated in 0dcb051 but this file was merged after.

Signed-off-by: Fabio Baltieri <[email protected]>
  • Loading branch information
fabiobaltieri committed Feb 1, 2024
1 parent 8656863 commit 9c038c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hello_world_multiplatform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: zephyr
fetch-depth: 0
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Upload artifacts
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
if-no-files-found: ignore
path:
Expand Down

0 comments on commit 9c038c6

Please sign in to comment.