Skip to content

Commit 1941a63

Browse files
gmarullfabiobaltieri
authored andcommitted
ci: build: update checkout/upload-artifact actions
These actions are triggering warnings about usage of deprecated features (e.g. NodeJS 12). Use latest version of the actions. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 51532b3 commit 1941a63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
CMAKE_PREFIX_PATH: /opt/toolchains
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v3
1818
with:
1919
path: example-application
2020

@@ -35,7 +35,7 @@ jobs:
3535
../zephyr/scripts/twister -G --board-root boards/ --testsuite-root ./tests/
3636
3737
- name: Archive firmware
38-
uses: actions/upload-artifact@v2
38+
uses: actions/upload-artifact@v3
3939
with:
4040
name: firmware
4141
path: example-application/build/zephyr/zephyr.*

0 commit comments

Comments
 (0)