Skip to content

Commit d9b7ce5

Browse files
Merge pull request #1848 from stefan-niedermann/dependabot/github_actions/actions/upload-artifact-7
Chore(deps): Bump actions/upload-artifact from 6 to 7
2 parents 50baffe + 348b6b3 commit d9b7ce5

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
@@ -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@v6
63+
uses: actions/upload-artifact@v7
6464
with:
6565
name: app-dev-debug
6666
path: app/build/outputs/apk/dev/debug/app-dev-debug.apk

0 commit comments

Comments
 (0)