From 1941a639980b66e19196f7950b4edb77c56fed5b Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Mon, 17 Apr 2023 10:25:38 +0200 Subject: [PATCH] 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 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fa53bce..afe5dc2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: CMAKE_PREFIX_PATH: /opt/toolchains steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: path: example-application @@ -35,7 +35,7 @@ jobs: ../zephyr/scripts/twister -G --board-root boards/ --testsuite-root ./tests/ - name: Archive firmware - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: firmware path: example-application/build/zephyr/zephyr.*