Skip to content

Commit 95cab76

Browse files
authored
Update android.yml
1 parent b72503d commit 95cab76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: ./gradlew :extensions:${{ matrix.package.module }}:assembleRelease
7272

7373
- name: Upload APK - ${{ matrix.package.name }}
74-
uses: actions/upload-artifact@v2
74+
uses: actions/upload-artifact@v4
7575
with:
7676
name: Dashchan${{ matrix.package.name }}.apk
7777
path: extensions/${{ matrix.package.module }}/build/outputs/apk/release/Dashchan${{ matrix.package.name }}-release.apk

0 commit comments

Comments
 (0)