Skip to content

Commit f7dc33c

Browse files
committed
Update GitHub Actions for Node.js 24
1 parent 28c3aad commit f7dc33c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Checkout Repository
42-
uses: actions/checkout@v5
42+
uses: actions/checkout@v6
4343
with:
4444
repository: cgutman/moonlight-embedded-packaging
4545
ref: master
@@ -50,7 +50,7 @@ jobs:
5050
run: ./build-single.sh ${{ matrix.target }} ${{ matrix.distro }} ${{ github.event.pull_request.head.sha || github.sha }}
5151

5252
- name: Upload Package
53-
uses: actions/upload-artifact@v4
53+
uses: actions/upload-artifact@v6
5454
with:
5555
name: Moonlight-${{ matrix.distro }}-${{ matrix.target }}
5656
path: |

0 commit comments

Comments
 (0)