Skip to content

Commit f68fc0d

Browse files
chore(deps): update actions/upload-artifact action to v4 (#111)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 46eb8e3 commit f68fc0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flutter.yml

+1-1
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)