We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c3aad commit f7dc33cCopy full SHA for f7dc33c
1 file changed
.github/workflows/build.yml
@@ -39,7 +39,7 @@ jobs:
39
40
steps:
41
- name: Checkout Repository
42
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
43
with:
44
repository: cgutman/moonlight-embedded-packaging
45
ref: master
@@ -50,7 +50,7 @@ jobs:
50
run: ./build-single.sh ${{ matrix.target }} ${{ matrix.distro }} ${{ github.event.pull_request.head.sha || github.sha }}
51
52
- name: Upload Package
53
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
54
55
name: Moonlight-${{ matrix.distro }}-${{ matrix.target }}
56
path: |
0 commit comments