diff --git a/.github/workflows/stm32_port.yml b/.github/workflows/stm32_port.yml index d2b640b..e4f0c40 100644 --- a/.github/workflows/stm32_port.yml +++ b/.github/workflows/stm32_port.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: arm-none-eabi-gcc - uses: carlosperate/arm-none-eabi-gcc-action@v1.3.0 + uses: carlosperate/arm-none-eabi-gcc-action@v1.12.0 with: release: '10-2020-q4' # The arm-none-eabi-gcc release to use. - name: Update submodules @@ -21,7 +21,7 @@ jobs: run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release - name: Build run: cmake --build build - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v5 with: name: lv_stm32f769.bin - path: build/lv_stm32f769.bin \ No newline at end of file + path: build/lv_stm32f769.bin