Merge pull request #3580 from nextcloud/dependabot/github_actions/actions/upload-artifact-4.1.0

Build(deps): Bump actions/upload-artifact from 4.0.0 to 4.1.0
This commit is contained in:
Andy Scherzinger 2024-01-16 07:29:35 +01:00 committed by GitHub
commit 883a9c8d8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,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@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
if: ${{ always() }} if: ${{ always() }}
with: with:
name: Nextcloud-${{ matrix.flavor }}-APK name: Nextcloud-${{ matrix.flavor }}-APK

View File

@ -30,7 +30,7 @@ jobs:
arguments: testGplayDebugUnit arguments: testGplayDebugUnit
- name: Upload test artifacts - name: Upload test artifacts
if: ${{ failure() }} if: ${{ failure() }}
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595
with: with:
name: test-results name: test-results
path: app/build/reports/tests/testGplayDebugUnitTest/ path: app/build/reports/tests/testGplayDebugUnitTest/