chore(deps): update actions/upload-artifact action to v4.6.2

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-03-19 21:32:13 +00:00 committed by GitHub
parent b8e6339ca7
commit e21a3655c3
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 }} ./gradlew assemble${{ matrix.flavor }}
- name: Archive apk - name: Archive apk
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
if: ${{ always() }} if: ${{ always() }}
with: with:
name: Nextcloud-${{ matrix.flavor }}-APK name: Nextcloud-${{ matrix.flavor }}-APK

View File

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