Skip to content

Commit 37fd437

Browse files
committed
Fix: update upload-artifact to v4
1 parent da97954 commit 37fd437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: flutter build apk --debug
2626

2727
- name: Upload APK
28-
uses: actions/upload-artifact@v3
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: app-debug
3131
path: build/app/outputs/apk/debug/app-debug.apk

0 commit comments

Comments
 (0)