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

chore(deps): update actions/upload-artifact action to v4.5.0
This commit is contained in:
github-actions[bot] 2024-12-17 23:23:34 +00:00 committed by GitHub
commit 3b81866598
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 echo "org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError" >> gradle.properties
./gradlew assemble${{ matrix.flavor }} ./gradlew assemble${{ matrix.flavor }}
- name: Archive apk - name: Archive apk
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
if: ${{ always() }} if: ${{ always() }}
with: with:
name: Nextcloud-${{ matrix.flavor }}-APK name: Nextcloud-${{ matrix.flavor }}-APK

View File

@ -33,7 +33,7 @@ jobs:
arguments: testGplayDebugUnit arguments: testGplayDebugUnit
- name: Upload test artifacts - name: Upload test artifacts
if: ${{ failure() }} if: ${{ failure() }}
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
with: with:
name: test-results name: test-results
path: app/build/reports/tests/testGplayDebugUnitTest/ path: app/build/reports/tests/testGplayDebugUnitTest/