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:
Andy Scherzinger 2023-12-19 18:10:45 +01:00 committed by GitHub
commit 6e21cc425f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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