From ae37e4aed3ee71944d71d8773cb15334762e9993 Mon Sep 17 00:00:00 2001 From: Walter Huf Date: Wed, 4 Sep 2024 18:47:19 -0700 Subject: [PATCH] Use upload-artifact@v4 --- .github/workflows/android-build.yml | 4 ++-- .github/workflows/playstore-publish.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml index ba2449aa1..7c15e4220 100644 --- a/.github/workflows/android-build.yml +++ b/.github/workflows/android-build.yml @@ -149,7 +149,7 @@ jobs: timeout 30m adb shell am instrument -w -e class me.hufman.androidautoidrive.MainScreenshotTest,me.hufman.androidautoidrive.WelcomeScreenshotTest me.hufman.androidautoidrive.test/me.hufman.androidautoidrive.DexOpenerAndroidJUnitRunner ) && ./gradlew fetchScreenshots --stacktrace || adb logcat -d - name: Package screenshots - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: matrix.map == 'Nomap' with: retention-days: 7 @@ -194,7 +194,7 @@ jobs: - name: Confirm APK hashes run: "find app/build/outputs/apk -name '*.sha1' -exec cat {} \\; -execdir sha1sum -c {} \\;" - name: Upload APKs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: retention-days: 7 name: apk diff --git a/.github/workflows/playstore-publish.yml b/.github/workflows/playstore-publish.yml index f06f90008..a992fb873 100644 --- a/.github/workflows/playstore-publish.yml +++ b/.github/workflows/playstore-publish.yml @@ -80,7 +80,7 @@ jobs: run: ./gradlew bundleMapboxNonalyticsPlayRelease - name: Upload bundle - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: retention-days: 7 name: bundle