Skip to content

Commit

Permalink
Merge pull request #112 from Kotlin-Android-Open-Source/renovate/majo…
Browse files Browse the repository at this point in the history
…r-all-deps

chore(deps): update actions/upload-artifact action to v3
  • Loading branch information
hoc081098 authored Mar 3, 2022
2 parents 8ededad + e78164d commit c45e503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: ./gradlew assembleDebug --warning-mode all --stacktrace

- name: Upload APK
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: app-debug
path: app/build/outputs/apk/debug/app-debug.apk

0 comments on commit c45e503

Please sign in to comment.