Skip to content

Commit 7b37045

Browse files
chore(deps): update actions/upload-artifact digest to 6f51ac0
1 parent 5ff5c39 commit 7b37045

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@ jobs:
4141
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
4242
keyPassword: ${{ secrets.KEY_PASSWORD }}
4343

44-
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
44+
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # 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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
49+
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # 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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
54+
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # 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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
112+
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
113113
with:
114114
name: Linux ${{ matrix.architecture.flutter }}
115115
path: packages/neon_framework/example/build/linux/${{ matrix.architecture.flutter }}/release/bundle/*

0 commit comments

Comments
 (0)