Skip to content

Commit 7e6761d

Browse files
Update upload-artifact to v4
1 parent 5f96764 commit 7e6761d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-apk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: flutter build apk --release
3434

3535
- name: Upload APK
36-
uses: actions/upload-artifact@v3
36+
uses: actions/upload-artifact@v4
3737
with:
3838
name: app-release
3939
path: build/app/outputs/apk/release/app-release.apk

0 commit comments

Comments
 (0)