From ff3625433b8ed08d2391fb719c6b2c69eb7979fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 13:37:20 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4.3.1 --- .github/workflows/android_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android_ci.yml b/.github/workflows/android_ci.yml index c76fe3d..50ae796 100644 --- a/.github/workflows/android_ci.yml +++ b/.github/workflows/android_ci.yml @@ -40,7 +40,7 @@ jobs: buildToolsVersion: 33.0.0 - name: Upload APK - uses: actions/upload-artifact@v4.0.0 + uses: actions/upload-artifact@v4.3.1 with: name: Release path: ${{steps.sign_app.outputs.signedFile}} \ No newline at end of file