Skip to content

Commit 243ae4a

Browse files
Merge pull request #2955 from nextcloud/renovate/major-github-artifact-actions
chore(deps): update actions/upload-artifact action to v6
2 parents 6b696e3 + 0ebb2f9 commit 243ae4a

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@v5
77+
uses: actions/upload-artifact@v6
7878
with:
7979
name: app-dev-debug
8080
path: app/build/outputs/apk/dev/debug/app-dev-debug.apk

0 commit comments

Comments
 (0)