Skip to content

Commit 572b36d

Browse files
committed
trying cicd
1 parent 6681ebc commit 572b36d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/flutter_build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0 # Fetch all history for proper versioning
1919

@@ -51,7 +51,7 @@ jobs:
5151
continue-on-error: true # Continue even if web build fails
5252

5353
- name: Upload Web Build
54-
uses: actions/upload-artifact@v3
54+
uses: actions/upload-artifact@v4
5555
with:
5656
name: web-build
5757
path: packages/web_app/build/web
@@ -63,7 +63,7 @@ jobs:
6363
continue-on-error: true # Continue even if Android build fails
6464

6565
- name: Upload Android APK
66-
uses: actions/upload-artifact@v3
66+
uses: actions/upload-artifact@v4
6767
with:
6868
name: android-apk
6969
path: packages/mobile_app/build/app/outputs/flutter-apk/app-release.apk

0 commit comments

Comments
 (0)