Skip to content

Commit 00bd964

Browse files
Merge pull request #5532 from nextcloud/renovate/major-github-artifact-actions
chore(deps): update actions/upload-artifact action to v5
2 parents 079e4fc + b55ceef commit 00bd964

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/assembleFlavors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
./gradlew assemble${{ matrix.flavor }}
4343
4444
- name: Archive apk
45-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
45+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4646
if: ${{ always() }}
4747
with:
4848
name: Nextcloud-${{ matrix.flavor }}-APK

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Upload test artifacts
4242
if: ${{ failure() }}
43-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
43+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4444
with:
4545
name: test-results
4646
path: app/build/reports/tests/testGplayDebugUnitTest/

0 commit comments

Comments
 (0)