diff --git a/.github/workflows/native-build.yml b/.github/workflows/native-build.yml index 00bd321b..c6753b03 100644 --- a/.github/workflows/native-build.yml +++ b/.github/workflows/native-build.yml @@ -62,7 +62,7 @@ jobs: if: env.IS_EXPO_ENABLED == 'true' run: wget -O kyoo.apk ${{ steps.url.outputs.assetUrl }} - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: env.IS_EXPO_ENABLED == 'true' with: name: kyoo.apk