Skip to content

Commit f16c364

Browse files
ci: upgrade upload-artifact action to v4
- Update 'actions/upload-artifact' action version from v3 to v4 for workflow optimization and compatibility.
1 parent 69a7edc commit f16c364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flutter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ jobs:
300300
fi
301301
302302
- name: Upload APK artifacts
303-
uses: actions/upload-artifact@v3
303+
uses: actions/upload-artifact@v4
304304
with:
305305
name: minification-test-apk
306306
path: |

0 commit comments

Comments
 (0)