File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments