From 73639f9e834187ffa1f27f75bcc19e15e9fe63ca Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Tue, 14 Apr 2026 19:08:27 -0500 Subject: [PATCH] Update actions using Node.js 20 --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1b3b0e1..fedd5e3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -80,13 +80,13 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: 'recursive' fetch-depth: 1 - name: Log in to Docker Hub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} @@ -99,7 +99,7 @@ jobs: run: ./build-single.sh ${{ matrix.target }} ${{ matrix.distro }} - name: Upload Package - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: Moonlight-${{ matrix.distro }}-${{ matrix.target }} path: |