From f7dc33c87064e97f7f4e29457e312b9cceb24349 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 28 Mar 2026 14:43:00 -0500 Subject: [PATCH] Update GitHub Actions for Node.js 24 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 589863f..366fbc9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: cgutman/moonlight-embedded-packaging ref: master @@ -50,7 +50,7 @@ jobs: run: ./build-single.sh ${{ matrix.target }} ${{ matrix.distro }} ${{ github.event.pull_request.head.sha || github.sha }} - name: Upload Package - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: Moonlight-${{ matrix.distro }}-${{ matrix.target }} path: |