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