diff options
| author | ReFil <31960031+ReFil@users.noreply.github.com> | 2024-02-15 12:53:39 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-15 12:53:39 +0000 |
| commit | b4165d65c86709050e37cc98916f687659422605 (patch) | |
| tree | 50b72e4c5a9b55edb63638052c27bcfd82775c6b /.github | |
| parent | cbc065666897ce7ae66a4e7d30c88211537f6148 (diff) | |
Update build workflows (#376)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 23c3edf..353692d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: name: Build steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get version data id: get_info run: | @@ -21,7 +21,7 @@ jobs: echo "file_prefix=$file_prefix" >> $GITHUB_OUTPUT bin/get_version.sh $branch_name $commit - name: Cache west modules - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-zephyr-modules with: @@ -53,7 +53,7 @@ jobs: - name: Rename zmk.uf2 run: cp build/left/zephyr/zmk.uf2 ${{ steps.get_info.outputs.file_prefix }}-left.uf2 && cp build/right/zephyr/zmk.uf2 ${{ steps.get_info.outputs.file_prefix }}-right.uf2 - name: Archive (Adv360) - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: firmware path: | |
