Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2023-12-19 20:10:45 +0300
committerGitHub <noreply@github.com>2023-12-19 20:10:45 +0300
commit6e21cc425fec8a9387018880588eeb736c3ea859 (patch)
tree1ff0153916cd895d332b262b0b9343256bfb4874
parent0bb62a136f1cc32b7a01a6bd92a8cf0c4c63d428 (diff)
parent092459f773601564d1850c649f0b2b084f844a86 (diff)
Merge pull request #1958 from nextcloud/dependabot/github_actions/actions/upload-artifact-4
build(deps): Bump actions/upload-artifact from 3 to 4
-rw-r--r--.github/workflows/android.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
index e97cca8a..5ce8c09e 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -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