Skip to content

Commit 8e159fb

Browse files
authored
Update CI
1 parent 7abe5e1 commit 8e159fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-ndk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@ jobs:
7070
echo ::set-output name=NAME::"${files[0]}"
7171
7272
- name: Upload non-debug artifact
73-
uses: actions/upload-artifact@v2
73+
uses: actions/upload-artifact@v4
7474
with:
7575
name: ${{ steps.libname.outputs.NAME }}
7676
path: ./build/${{ steps.libname.outputs.NAME }}
7777
if-no-files-found: error
7878

7979
- name: Upload qmod artifact
80-
uses: actions/upload-artifact@v2
80+
uses: actions/upload-artifact@v4
8181
with:
8282
name: ${{env.qmodName}}.qmod
8383
path: ./${{ env.qmodName }}.qmod

0 commit comments

Comments
 (0)