From 8e224d0f4c762ed033d6d6caaa39dc9acaa8c1aa Mon Sep 17 00:00:00 2001 From: Adam Wight Date: Sun, 19 Apr 2026 20:48:58 +0200 Subject: [PATCH 1/2] Satisfy CI deprecation This might work fine without migrating the parameters. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd11401..9695589 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: ./gradlew assembleDebug --stacktrace - name: Upload APK - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: app path: app/build/outputs/apk/debug/app-debug.apk From c482234b4b02f99d39d3880dd52c0da971f0be09 Mon Sep 17 00:00:00 2001 From: Adam Wight Date: Sun, 19 Apr 2026 20:51:56 +0200 Subject: [PATCH 2/2] Need the nodejs plugin This is required by desktop-example-app's .tool-versions --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9695589..675f1ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ jobs: . $HOME/.asdf/asdf.sh asdf plugin-add erlang asdf plugin-add elixir + asdf plugin-add nodejs cd app asdf install