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

github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2022-04-12 11:08:56 +0300
committerGitHub <noreply@github.com>2022-04-12 11:08:56 +0300
commit0ad9486c9a62ccd9135c9363fa1e2e80eaea9819 (patch)
tree7e603f83cb49bf8ec0e3415611e84adcd01d67c3
parent582099f472f9454db209dbcf0ff44f0dcce11dcb (diff)
parent6e180367c0be0ffb0c51d28850f2cfbf9dbb0bd9 (diff)
Merge pull request #1916 from nextcloud/dependabot/github_actions/actions/upload-artifact-3
Bump actions/upload-artifact from 2 to 3
-rw-r--r--.github/workflows/assembleFlavors.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/assembleFlavors.yml b/.github/workflows/assembleFlavors.yml
index bc99ea712..4c5fd592f 100644
--- a/.github/workflows/assembleFlavors.yml
+++ b/.github/workflows/assembleFlavors.yml
@@ -23,7 +23,7 @@ jobs:
echo "org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError" >> gradle.properties
./gradlew assemble${{ matrix.flavor }}
- name: Archive apk
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: Nextcloud-APK