From 9b886e59760abc445a98c06343da94f099d3ec9a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 14:27:14 +0000 Subject: [PATCH] Update actions/upload-artifact action to v3 --- .github/workflows/android-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android-ci.yml b/.github/workflows/android-ci.yml index ba5428e..f066042 100644 --- a/.github/workflows/android-ci.yml +++ b/.github/workflows/android-ci.yml @@ -110,7 +110,7 @@ jobs: asset_path: navi-to-tesla_nostore.1.${{ github.run_number }}.apk asset_name: navi-to-tesla_nostore.1.${{ github.run_number }}.apk asset_content_type: application/vnd.android.package-archive - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: Signed app apk path: navi-to-tesla_nostore.1.${{ github.run_number }}.apk @@ -125,7 +125,7 @@ jobs: asset_path: navi-to-tesla_playstore.1.${{ github.run_number }}.apk asset_name: navi-to-tesla_playstore.1.${{ github.run_number }}.apk asset_content_type: application/vnd.android.package-archive - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: Signed app apk path: navi-to-tesla_playstore.1.${{ github.run_number }}.apk @@ -141,7 +141,7 @@ jobs: asset_name: navi-to-tesla.1.${{ github.run_number }}.aab asset_content_type: application/vnd.android.package-archive # Example use of `signedReleaseFile` output -- not needed - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: Signed app bundle path: navi-to-tesla.1.${{ github.run_number }}.aab