From f9249e0b7a25b4e0151b96d5184d1bbe210c70d2 Mon Sep 17 00:00:00 2001 From: Ian VanSchooten Date: Tue, 22 Oct 2024 14:32:45 -0400 Subject: [PATCH] Update upload-artifact --- .github/workflows/smoke.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/smoke.yml b/.github/workflows/smoke.yml index 8cee999..6aae882 100644 --- a/.github/workflows/smoke.yml +++ b/.github/workflows/smoke.yml @@ -77,9 +77,9 @@ jobs: unzip -p build/app/outputs/apk/debug/app-debug.apks universal.apk > build/app/outputs/apk/debug/app-debug.apk - name: Collect debug apk if: github.ref == 'refs/heads/main' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: - name: app-debug.apk + name: MobileNebulaDebug.apk path: build/app/outputs/apk/debug/app-debug.apk retention-days: 60