Merge pull request #3991 from nextcloud/renovate/actions-upload-artifact-4.x

chore(deps): update actions/upload-artifact action to v4.3.4
This commit is contained in:
Andy Scherzinger 2024-07-08 09:41:56 +02:00 committed by GitHub
commit 4eaa2e0d6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
if: ${{ always() }}
with:
name: Nextcloud-${{ matrix.flavor }}-APK

View file

@ -33,7 +33,7 @@ jobs:
arguments: testGplayDebugUnit
- name: Upload test artifacts
if: ${{ failure() }}
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: test-results
path: app/build/reports/tests/testGplayDebugUnitTest/