mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-22 12:56:02 +03:00
Merge pull request #1958 from nextcloud/dependabot/github_actions/actions/upload-artifact-4
build(deps): Bump actions/upload-artifact from 3 to 4
This commit is contained in:
commit
6e21cc425f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
|
@ -45,7 +45,7 @@ jobs:
|
|||
- name: Build debug APK
|
||||
run: bash ./gradlew assembleDev --stacktrace
|
||||
- name: Upload APK
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: app-dev-debug
|
||||
path: app/build/outputs/apk/dev/debug/app-dev-debug.apk
|
||||
|
|
Loading…
Reference in a new issue