From 08f84b58e1d37c658e2b94e96f34c3fad8e06777 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 19:12:01 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.6.0 --- .github/workflows/android-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android-release.yml b/.github/workflows/android-release.yml index b46c2ee0..842e3ae1 100644 --- a/.github/workflows/android-release.yml +++ b/.github/workflows/android-release.yml @@ -54,7 +54,7 @@ jobs: # Upload AAB - name: Upload a Build AAB Artifact - uses: actions/upload-artifact@v4.5.0 + uses: actions/upload-artifact@v4.6.0 with: # Artifact name name: app-release.aab @@ -64,7 +64,7 @@ jobs: # Upload APK - name: Upload a Build APK Artifact - uses: actions/upload-artifact@v4.5.0 + uses: actions/upload-artifact@v4.6.0 with: # Artifact name name: app-release.apk