Skip to content

Commit

Permalink
Use upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
hufman committed Sep 5, 2024
1 parent b7488c8 commit ae37e4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playstore-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae37e4a

Please sign in to comment.