Skip to content

Commit f8c93dd

Browse files
Merge pull request #2890 from nextcloud/renovate/major-github-artifact-actions
chore(deps): update actions/upload-artifact action to v5
2 parents 198e814 + 2c5df97 commit f8c93dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Build debug APK
7575
run: bash ./gradlew assembleDev --stacktrace --no-configuration-cache
7676
- name: Upload APK
77-
uses: actions/upload-artifact@v4
77+
uses: actions/upload-artifact@v5
7878
with:
7979
name: app-dev-debug
8080
path: app/build/outputs/apk/dev/debug/app-dev-debug.apk

0 commit comments

Comments
 (0)