Skip to content

Commit 6e21cc4

Browse files
Merge pull request #1958 from nextcloud/dependabot/github_actions/actions/upload-artifact-4
build(deps): Bump actions/upload-artifact from 3 to 4
2 parents 0bb62a1 + 092459f commit 6e21cc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Build debug APK
4646
run: bash ./gradlew assembleDev --stacktrace
4747
- name: Upload APK
48-
uses: actions/upload-artifact@v3
48+
uses: actions/upload-artifact@v4
4949
with:
5050
name: app-dev-debug
5151
path: app/build/outputs/apk/dev/debug/app-dev-debug.apk

0 commit comments

Comments
 (0)