Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #24 from Enet-Com-23/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
khammami authored Feb 5, 2024
2 parents 5b3ea88 + e1bb6d0 commit cf32ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android_app_build_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: ./${{env.ANDROID_APP_PATH}}/gradlew assembleDebug -p ${{env.ANDROID_APP_PATH}}
# Upload the debug apk to GitHub
- name: Upload debug apk
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: android-debug
path: "${{env.ANDROID_APP_PATH}}/app/build/outputs/apk/debug/*"

0 comments on commit cf32ee6

Please sign in to comment.