From 0c780374ada1df7dcd84dce0a01fdf4c1fecb030 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 01:24:40 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 --- .github/workflows/native-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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