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

chore(deps): update actions/upload-artifact action to v4.6.2
This commit is contained in:
github-actions[bot] 2025-03-19 22:42:02 +01:00 committed by GitHub
commit 7e12eb7634
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ jobs:
./gradlew assemble${{ matrix.flavor }}
- name: Archive apk
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
if: ${{ always() }}
with:
name: Nextcloud-${{ matrix.flavor }}-APK

View File

@ -40,7 +40,7 @@ jobs:
- name: Upload test artifacts
if: ${{ failure() }}
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: test-results
path: app/build/reports/tests/testGplayDebugUnitTest/