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

Update actions/upload-artifact action to v4.6.0
This commit is contained in:
Andy Scherzinger 2025-01-10 20:30:44 +01:00 committed by GitHub
commit f829b8a840
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@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
if: ${{ always() }} if: ${{ always() }}
with: with:
name: Nextcloud-${{ matrix.flavor }}-APK name: Nextcloud-${{ matrix.flavor }}-APK

View File

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