Skip to content

Commit

Permalink
github: update actions to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
devanlai authored Sep 21, 2024
1 parent ee9aae4 commit 0b9448e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

- name: Cache Toolchain
id: cache-toolchain
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-toolchain
with:
Expand All @@ -32,7 +32,7 @@ jobs:
PREFIX: ~/toolchains/gcc-arm-embedded/bin/arm-none-eabi-

- name: Archive Firmware
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: firmware-bin
path: build/*.bin

0 comments on commit 0b9448e

Please sign in to comment.