Skip to content

Commit

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

chore(deps): update actions/upload-artifact action to v4
  • Loading branch information
hoc081098 authored Dec 18, 2023
2 parents 3e0a8e7 + 2c1d86e commit 9b14a9a
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@v3
uses: actions/upload-artifact@v4
with:
name: app-debug
path: app/build/outputs/apk/debug/app-debug.apk

0 comments on commit 9b14a9a

Please sign in to comment.