Skip to content

Commit 5a2d5e2

Browse files
chore(deps): update actions/upload-artifact action to v4
1 parent 46eb8e3 commit 5a2d5e2

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
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Upload APK
5353
if: ${{ matrix.flutter-channel == 'stable' }}
54-
uses: actions/upload-artifact@v3
54+
uses: actions/upload-artifact@v4
5555
with:
5656
name: app-${{ matrix.flutter-channel }}
5757
path: build/app/outputs/apk/debug/app-debug.apk

0 commit comments

Comments
 (0)