Skip to content

Commit 5c79486

Browse files
committed
Fix deprecated actions/upload-artifact version
1 parent 908bec3 commit 5c79486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: flutter build apk --release
2727

2828
- name: Upload Android APK
29-
uses: actions/upload-artifact@v3
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: android-release-apk
3232
path: build/app/outputs/flutter-apk/app-release.apk

0 commit comments

Comments
 (0)