diff options
| author | Douglas Camata <159076+douglascamata@users.noreply.github.com> | 2022-10-21 14:22:54 +0200 |
|---|---|---|
| committer | Douglas Camata <159076+douglascamata@users.noreply.github.com> | 2022-10-21 14:26:02 +0200 |
| commit | 241a0adc8cd5a854ef997d8940b3d18eadc386bf (patch) | |
| tree | 5116e372a6b395b43250bc03f3df56f425e068a5 /.github/workflows | |
| parent | 75f8abf03d20d27e3fb43cb9d6ef71fd31a5487b (diff) | |
Upgrade upload-artifact action to avoid deprecation
Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout, actions/cache, actions/upload-artifact, actions/cache, actions/checkout
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a629c35..2ef9451 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: | |
