From ff3898df4f5107c6f78b4b42e0b03010c26fd9cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 21:30:59 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 --- .github/workflows/release.yml | 4 ++-- .github/workflows/test.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae82c4b7..6c9b6165 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,7 @@ jobs: cp "$file" "$to_path" - name: Upload release APK artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Release APK path: ${{ steps.rename_apk.outputs.to_path }} @@ -99,7 +99,7 @@ jobs: cp "$file" "$to_path" - name: Upload release AAB artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Release AAB path: ${{ steps.rename_aab.outputs.to_path }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4f862b20..895544df 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,7 +49,7 @@ jobs: cp "$file" "$to_path" - name: Upload Release APK - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Release APK path: ${{ steps.rename_apk.outputs.to_path }} @@ -79,7 +79,7 @@ jobs: cp "$file" "$to_path" - name: Upload Release AAB - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Release AAB path: ${{ steps.rename_aab.outputs.to_path }}