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

chore(deps): update actions/upload-artifact action to v4.4.2
This commit is contained in:
github-actions[bot] 2024-10-09 00:26:44 +02:00 committed by GitHub
commit 078296f3f1
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@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
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@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
with:
name: test-results
path: app/build/reports/tests/testGplayDebugUnitTest/