Skip to content

Commit c866b2b

Browse files
Merge pull request #1834 from stefan-niedermann/dependabot/github_actions/actions/upload-artifact-6
Chore(deps): Bump actions/upload-artifact from 5 to 6
2 parents 2317620 + 2339b76 commit c866b2b

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
@@ -60,7 +60,7 @@ jobs:
6060
- name: Build debug APK
6161
run: bash ./gradlew assembleDev --no-configuration-cache
6262
- name: Upload APK
63-
uses: actions/upload-artifact@v5
63+
uses: actions/upload-artifact@v6
6464
with:
6565
name: app-dev-debug
6666
path: app/build/outputs/apk/dev/debug/app-dev-debug.apk

0 commit comments

Comments
 (0)