Skip to content

Commit 0ceeb8e

Browse files
authored
Merge branch 'fossasia:development' into 1588-fix-arb-issue
2 parents 38cb96e + b160d45 commit 0ceeb8e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
mkdir -p ./pr
3030
echo ${{ github.event.number }} > ./pr/NR
3131
32-
- uses: actions/upload-artifact@v5
32+
- uses: actions/upload-artifact@v6
3333
with:
3434
name: pr
3535
path: pr/

.github/workflows/push.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@ jobs:
9191
VERSION_CODE: ${{needs.common.outputs.VERSION_CODE}}
9292

9393
- name: Upload APK
94-
uses: actions/upload-artifact@v5
94+
uses: actions/upload-artifact@v6
9595
with:
9696
name: APK Generated
9797
path: build/app/outputs/flutter-apk
9898

9999
- name: Upload AAB Release
100-
uses: actions/upload-artifact@v5
100+
uses: actions/upload-artifact@v6
101101
with:
102102
name: AAB Generated
103103
path: build/app/outputs/bundle
@@ -284,7 +284,7 @@ jobs:
284284
VERSION_CODE: ${{ needs.common.outputs.VERSION_CODE }}
285285

286286
- name: Upload Debian Build
287-
uses: actions/upload-artifact@v5
287+
uses: actions/upload-artifact@v6
288288
with:
289289
name: Debian Build
290290
path: build/linux/x64/release/bundle/
@@ -320,7 +320,7 @@ jobs:
320320
VERSION_CODE: ${{ needs.common.outputs.VERSION_CODE }}
321321

322322
- name: Upload macOS Build
323-
uses: actions/upload-artifact@v5
323+
uses: actions/upload-artifact@v6
324324
with:
325325
name: macOS Build
326326
path: build/macos/Build/Products/Release/
@@ -360,7 +360,7 @@ jobs:
360360
VERSION_CODE: ${{ needs.common.outputs.VERSION_CODE }}
361361

362362
- name: Upload Windows Build
363-
uses: actions/upload-artifact@v5
363+
uses: actions/upload-artifact@v6
364364
with:
365365
name: Windows Build
366366
path: build/windows/x64/runner/Release/

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ version: 1.0.0+1
2020

2121
environment:
2222
sdk: '>=3.3.4 <4.0.0'
23-
flutter: '3.38.9'
23+
flutter: '3.41.6'
2424

2525
# Dependencies specify other packages that your package needs in order to work.
2626
# To automatically upgrade your package dependencies to the latest versions

0 commit comments

Comments
 (0)