From 88a6967676e689d6e4ac3b1e314b5e9b430042ad Mon Sep 17 00:00:00 2001 From: Victor Date: Sat, 13 Apr 2024 18:40:43 -0500 Subject: [PATCH] updated github action versions - updated all the actions to the newer versions due to nodejs16 being deprecated --- .github/workflows/qmk_userspace_build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/qmk_userspace_build.yml b/.github/workflows/qmk_userspace_build.yml index 7905cb1b..39af5f73 100644 --- a/.github/workflows/qmk_userspace_build.yml +++ b/.github/workflows/qmk_userspace_build.yml @@ -30,19 +30,19 @@ jobs: steps: - name: Checkout Userspace - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ github.token }} submodules: recursive - name: Check if qmk_firmware exists id: check_files - uses: andstor/file-existence-action@v2 + uses: andstor/file-existence-action@v3 with: files: qmk_firmware - name: Checkout QMK Firmware - uses: actions/checkout@v3 + uses: actions/checkout@v4 if: steps.check_files.outputs.files_exists == 'false' with: token: ${{ github.token }} @@ -68,7 +68,7 @@ jobs: - name: Check if non-tree keyboard json file exists id: check_json_files - uses: andstor/file-existence-action@v2 + uses: andstor/file-existence-action@v3 with: files: ${{ inputs.qmk_nontree_json }} @@ -102,7 +102,7 @@ jobs: [ ! -f .failed ] || exit 1 - name: Upload binaries - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() && !cancelled() continue-on-error: true with: