Skip to content

Commit

Permalink
Update actions/upload-artifact action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 12, 2022
1 parent 681cdc8 commit f7cd0d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ jobs:
- name: Build release APKs
run: ./gradlew clean assembleRelease
- name: Publish PlayStore APK
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: app-release
path: app/build/outputs/apk/app/release
- name: Publish Github APK
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: app-github-release
path: app/build/outputs/apk/github/release
Expand Down

0 comments on commit f7cd0d4

Please sign in to comment.