Update actions using Node.js 20

This commit is contained in:
Cameron Gutman
2026-04-14 19:08:27 -05:00
parent aed57ce2dc
commit 73639f9e83

View File

@@ -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: |