From 759d0084fad6f8a9b839c8a3e94a29e797a53606 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 02:57:15 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/android-app.yml | 2 +- .github/workflows/android-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index e00a3dc2a8..ae5efaa01a 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -133,7 +133,7 @@ jobs: ./gradlew clean assembleDebug --stacktrace - name: Upload Gplay unsigned APKs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: signer-debug-unsigned path: | diff --git a/.github/workflows/android-release.yml b/.github/workflows/android-release.yml index 47305ad6ce..60ceaed7f9 100644 --- a/.github/workflows/android-release.yml +++ b/.github/workflows/android-release.yml @@ -141,7 +141,7 @@ jobs: keyPassword: ${{ secrets.ANDROID_PLAY_STORE_KEYSTORE_PASSWORD }} - name: Upload Gplay release APKs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: signer-release-signed path: |