Skip to content

Commit

Permalink
Merge pull request KinesisCorporation#33 from douglascamata/patch-1
Browse files Browse the repository at this point in the history
Upgrade Github Actions to avoid deprecations
  • Loading branch information
ReFil authored Oct 23, 2022
2 parents ca29f73 + 241a0ad commit b13c301
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
name: Build
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Cache west modules
uses: actions/cache@v2
uses: actions/cache@v3
env:
cache-name: cache-zephyr-modules
with:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Rename zmk.uf2
run: cp build/left/zephyr/zmk.uf2 left.uf2 && cp build/right/zephyr/zmk.uf2 right.uf2
- name: Archive (Adv360)
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: firmware
path: |
Expand Down

0 comments on commit b13c301

Please sign in to comment.