Skip to content

Commit

Permalink
Change to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
haglobah committed Jan 30, 2024
1 parent e4e4f60 commit 0433049
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install yaml2json
run: python3 -m pip install remarshal
- id: set-matrix
Expand Down Expand Up @@ -45,9 +45,9 @@ jobs:
echo ::set-output name=artifact-name::${ARTIFACT_NAME}
echo ::set-output name=display-name::${DISPLAY_NAME}
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Cache west modules
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-zephyr-modules
with:
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
cp build/zephyr/zmk.hex "build/artifacts/${{ steps.variables.outputs.artifact-name }}.hex"
fi
- name: Archive (${{ steps.variables.outputs.display-name }})
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: firmware
path: build/artifacts

0 comments on commit 0433049

Please sign in to comment.