diff --git a/.github/workflows/native-build.yml b/.github/workflows/native-build.yml index 25edd8bd..cd870dea 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@v4 + - uses: actions/upload-artifact@v5 if: env.IS_EXPO_ENABLED == 'true' with: name: kyoo.apk