Merge pull request #3311 from nextcloud/dependabot/github_actions/actions/upload-artifact-3.1.3

Build(deps): Bump actions/upload-artifact from 3.1.2 to 3.1.3
This commit is contained in:
Andy Scherzinger 2023-09-12 08:58:29 +02:00 committed by GitHub
commit 7a91e17e23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,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@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
if: ${{ always() }}
with:
name: Nextcloud-APK