From 732ee85f99fe5a13dba8575b852b1d8c07c3470b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 22:19:19 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.3.1 (#285) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/android-build.yml | 2 +- .github/workflows/android-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml index 106c62bd9..c305b480a 100644 --- a/.github/workflows/android-build.yml +++ b/.github/workflows/android-build.yml @@ -42,7 +42,7 @@ jobs: arguments: testDebugUnitTest - name: Upload app bundle to GitHub - uses: actions/upload-artifact@v4.3.0 + uses: actions/upload-artifact@v4.3.1 with: name: apk path: app-android/build/outputs/bundle/qa/app-android-qa.aab diff --git a/.github/workflows/android-release.yml b/.github/workflows/android-release.yml index 7f026309d..eb1dc36e6 100644 --- a/.github/workflows/android-release.yml +++ b/.github/workflows/android-release.yml @@ -53,7 +53,7 @@ jobs: "-PenableLogging=false" - name: Upload app bundle to GitHub - uses: actions/upload-artifact@v4.3.0 + uses: actions/upload-artifact@v4.3.1 with: name: apk path: app-android/build/outputs/bundle/release/app-android-release.aab