From 72b994ddd833a241f6649f8d46e9bc54531d1691 Mon Sep 17 00:00:00 2001 From: anoburn Date: Sat, 13 Jul 2024 11:59:25 +0200 Subject: [PATCH] update actions from v2 to v4 --- .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 cfc47e1..f9388e2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -138,9 +138,9 @@ jobs: fwext: hex steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Cache - QMK Source - uses: actions/cache@v2 + uses: actions/cache@v4 env: cache-name: cache-qmk_firmware with: @@ -182,7 +182,7 @@ jobs: - name: Prep artifacts run: cp /qmk_firmware/.build/${{ matrix.layout }}_ardux.${{ matrix.fwext }} /qmk_firmware/.build/ardux-${{ matrix.layout }}-${{ matrix.size }}-${{ matrix.hand }}.${{ matrix.fwext }} - name: Archive artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: "ardux-${{ matrix.layout }}-${{ matrix.size }}-${{ matrix.hand }}.${{ matrix.fwext }}" path: "/qmk_firmware/.build/ardux-${{ matrix.layout }}-${{ matrix.size }}-${{ matrix.hand }}.${{ matrix.fwext }}" @@ -206,7 +206,7 @@ jobs:
Released on ${{ steps.date.outputs.date }}.

${{ steps.docker_build.outputs.commits }}')" - name: Download build artifacts for release - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: path: release - name: List files to include in release