Skip to content

Commit

Permalink
Merge pull request #1349 from nextcloud/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/upload-artifact-4

Build(deps): Bump actions/upload-artifact from 3 to 4
  • Loading branch information
David-Development authored Dec 17, 2023
2 parents e78bb2e + 36920f8 commit 6cb382b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Build debug APK
run: bash ./gradlew assembleDev --stacktrace
- name: Upload APK
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: app-dev-debug
path: News-Android-App/build/outputs/apk/dev/debug/News-Android-App-dev-debug.apk

0 comments on commit 6cb382b

Please sign in to comment.