We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7abe5e1 commit 8e159fbCopy full SHA for 8e159fb
.github/workflows/build-ndk.yml
@@ -70,14 +70,14 @@ jobs:
70
echo ::set-output name=NAME::"${files[0]}"
71
72
- name: Upload non-debug artifact
73
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
74
with:
75
name: ${{ steps.libname.outputs.NAME }}
76
path: ./build/${{ steps.libname.outputs.NAME }}
77
if-no-files-found: error
78
79
- name: Upload qmod artifact
80
81
82
name: ${{env.qmodName}}.qmod
83
path: ./${{ env.qmodName }}.qmod
0 commit comments