Update GitHub Actions for Node.js 24

This commit is contained in:
Cameron Gutman
2026-03-28 14:43:00 -05:00
parent 28c3aad1da
commit f7dc33c870

View File

@@ -39,7 +39,7 @@ jobs:
steps: steps:
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
repository: cgutman/moonlight-embedded-packaging repository: cgutman/moonlight-embedded-packaging
ref: master ref: master
@@ -50,7 +50,7 @@ jobs:
run: ./build-single.sh ${{ matrix.target }} ${{ matrix.distro }} ${{ github.event.pull_request.head.sha || github.sha }} run: ./build-single.sh ${{ matrix.target }} ${{ matrix.distro }} ${{ github.event.pull_request.head.sha || github.sha }}
- name: Upload Package - name: Upload Package
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v6
with: with:
name: Moonlight-${{ matrix.distro }}-${{ matrix.target }} name: Moonlight-${{ matrix.distro }}-${{ matrix.target }}
path: | path: |