Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2023
1 parent 3ad212f commit a12e312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ jobs:
run: ./gradlew assembleDebug --warning-mode all

- name: Upload debug APK
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Debug-apk
path: app/build/outputs/apk/debug
- name: Upload editor aar debug
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Debug-aar
path: lib/build/outputs/aar/lib-debug.aar

0 comments on commit a12e312

Please sign in to comment.