File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9494 run : flutter build apk --dart-define=COMMIT_SHA=${{ github.sha }} --dart-define=flutter.flutter_map.unblockOSM="${{ secrets.UNBLOCK_OSM }}"
9595 - name : Archive Artifact
9696 if : ${{ matrix.sdk == '' }}
97- uses : actions/upload-artifact@v4
97+ uses : actions/upload-artifact@v5
9898 with :
9999 name : apk-build
100100 path : example/build/app/outputs/apk/release
@@ -129,7 +129,7 @@ jobs:
129129 working-directory : .
130130 - name : Archive Artifact
131131 if : ${{ matrix.sdk == '' }}
132- uses : actions/upload-artifact@v4
132+ uses : actions/upload-artifact@v5
133133 with :
134134 name : exe-build
135135 path : windowsTemp/WindowsApplication.exe
@@ -156,7 +156,7 @@ jobs:
156156 - name : Build Web Application
157157 run : flutter build web --wasm --dart-define=COMMIT_SHA=${{ github.sha }} --dart-define=flutter.flutter_map.unblockOSM="${{ secrets.UNBLOCK_OSM }}"
158158 - name : Archive Artifact
159- uses : actions/upload-artifact@v4
159+ uses : actions/upload-artifact@v5
160160 if : ${{ matrix.sdk == '' }}
161161 with :
162162 name : web-build
Original file line number Diff line number Diff line change 5353 - name : Build Android Application
5454 run : flutter build apk --dart-define=COMMIT_SHA=${{ github.sha }} --dart-define=flutter.flutter_map.unblockOSM="${{ secrets.UNBLOCK_OSM }}"
5555 - name : Archive Artifact
56- uses : actions/upload-artifact@v4
56+ uses : actions/upload-artifact@v5
5757 with :
5858 name : apk-build
5959 path : example/build/app/outputs/apk/release
8282 run : iscc "windowsApplicationInstallerSetup.iss"
8383 working-directory : .
8484 - name : Archive Artifact
85- uses : actions/upload-artifact@v4
85+ uses : actions/upload-artifact@v5
8686 with :
8787 name : exe-build
8888 path : windowsTemp/WindowsApplication.exe
@@ -107,7 +107,7 @@ jobs:
107107 - name : Build Web Application
108108 run : flutter build web --wasm --dart-define=COMMIT_SHA=${{ github.sha }} --dart-define=flutter.flutter_map.unblockOSM="${{ secrets.UNBLOCK_OSM }}"
109109 - name : Archive Artifact
110- uses : actions/upload-artifact@v4
110+ uses : actions/upload-artifact@v5
111111 with :
112112 name : web-build
113113 path : example/build/web
You can’t perform that action at this time.
0 commit comments