Skip to content

Commit 484ce41

Browse files
author
josiauh
committed
fix deprecated stuff
1 parent c5b8927 commit 484ce41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/flutter_build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Flutter
2323
uses: subosito/flutter-action@v2
2424
with:
25-
flutter-version: '2.10.0' # Specify the Flutter version you want to use
25+
flutter-version: '3.27.2' # Specify the Flutter version you want to use
2626

2727
- name: Install dependencies
2828
run: flutter pub get
@@ -38,7 +38,7 @@ jobs:
3838
fi
3939
4040
- name: Upload build artifacts
41-
uses: actions/upload-artifact@v2
41+
uses: actions/upload-artifact@v4.6.0
4242
with:
4343
name: build-${{ matrix.os }}
4444
path: |

0 commit comments

Comments
 (0)