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