From 2c986df5a78d20b6c1436dae565c119f1bcc8163 Mon Sep 17 00:00:00 2001 From: Marius Alwan Meyer <22202402+sporqist@users.noreply.github.com> Date: Fri, 14 Apr 2023 13:12:08 +0000 Subject: [PATCH] [CI/FIX] specify the source of actions on github --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 347310f..7f3f78c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Cache west modules - uses: https://github.com/actions/cache@v2 + uses: actions/cache@v2 env: cache-name: cache-zephyr-modules with: @@ -45,7 +45,7 @@ jobs: - name: Rename zmk.uf2 run: cp build/zephyr/zmk.uf2 corne_left_nice_nano_v2.uf2 - name: Archive (Corne Left) - uses: https://github.com/actions/upload-artifact@v3 + uses: actions/upload-artifact@v3 with: name: firmware path: corne_left_nice_nano_v2.uf2 @@ -57,13 +57,13 @@ jobs: - name: Rename zmk.uf2 run: cp build/zephyr/zmk.uf2 corne_right_nice_nano_v2.uf2 - name: Archive (Corne Right) - uses: https://github.com/actions/upload-artifact@v3 + uses: actions/upload-artifact@v3 with: name: firmware path: corne_right_nice_nano_v2.uf2 - name: Upload artifacts as release - uses: https://github.com/softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') with: files: |