Skip to content

Commit a81ad2e

Browse files
Update SDK and Github Actions
1 parent 3806c45 commit a81ad2e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ jobs:
9595
# only for the arm-zephyr-eabi (Cortex-M) architecture, since we don't
9696
# need the other toolchains (xtensa, riscv, etc.)
9797
run: |
98-
wget -q https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.17.2/zephyr-sdk-0.17.2_linux-x86_64_minimal.tar.xz
99-
tar xf zephyr-sdk-0.17.2_linux-x86_64_minimal.tar.xz -C ~/
100-
~/zephyr-sdk-0.17.2/setup.sh -c -t arm-zephyr-eabi
98+
wget -q https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.17.4/zephyr-sdk-0.17.4_linux-x86_64_minimal.tar.xz
99+
tar xf zephyr-sdk-0.17.4_linux-x86_64_minimal.tar.xz -C ~/
100+
~/zephyr-sdk-0.17.4/setup.sh -c -t arm-zephyr-eabi
101101
102102
- name: 📂 Cloning Triggered Repository/Branch
103103
run: |
@@ -140,7 +140,7 @@ jobs:
140140
141141
- name: 💾 Upload Artifact - ${{ matrix.boards.boardname }}
142142
if: always()
143-
uses: actions/upload-artifact@v4
143+
uses: actions/upload-artifact@v5
144144
with:
145145
# Artifact name
146146
name: ${{ matrix.boards.filename }}.${{ matrix.boards.fileformat }}

0 commit comments

Comments
 (0)