File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,17 +41,17 @@ jobs:
4141 keyStorePassword : ${{ secrets.KEY_STORE_PASSWORD }}
4242 keyPassword : ${{ secrets.KEY_PASSWORD }}
4343
44- - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
44+ - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
4545 with :
4646 name : Android arm64-v8a
4747 path : packages/neon_framework/example/build/app/outputs/flutter-apk/app-arm64-v8a-release-signed.apk
4848 if-no-files-found : error
49- - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
49+ - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
5050 with :
5151 name : Android armeabi-v7a
5252 path : packages/neon_framework/example/build/app/outputs/flutter-apk/app-armeabi-v7a-release-signed.apk
5353 if-no-files-found : error
54- - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
54+ - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
5555 with :
5656 name : Android x86_64
5757 path : packages/neon_framework/example/build/app/outputs/flutter-apk/app-x86_64-release-signed.apk
@@ -109,7 +109,7 @@ jobs:
109109 - name : Build
110110 run : ./tool/build-app.sh linux/${{ matrix.architecture.docker }} --build-number="$(date +"%s")"
111111
112- - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
112+ - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
113113 with :
114114 name : Linux ${{ matrix.architecture.flutter }}
115115 path : packages/neon_framework/example/build/linux/${{ matrix.architecture.flutter }}/release/bundle/*
You can’t perform that action at this time.
0 commit comments