Skip to content

Commit b1c1454

Browse files
chore(deps): bump actions/upload-artifact from 4 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6040792 commit b1c1454

47 files changed

Lines changed: 75 additions & 75 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/android-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ jobs:
263263
echo "SHA256: $(cat "${SIDELOAD_APK}.sha256")"
264264
265265
- name: Upload Android release artifacts
266-
uses: actions/upload-artifact@v4
266+
uses: actions/upload-artifact@v7
267267
with:
268268
name: eliza-android-release
269269
path: |

.github/workflows/apple-store-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ jobs:
269269
fi
270270
271271
- name: Upload IPA artifact
272-
uses: actions/upload-artifact@v4
272+
uses: actions/upload-artifact@v7
273273
with:
274274
name: ios-ipa
275275
path: packages/app/ios/build/Eliza.ipa
@@ -467,7 +467,7 @@ jobs:
467467
rm -f "$KEY_FILE"
468468
469469
- name: Upload pkg artifact
470-
uses: actions/upload-artifact@v4
470+
uses: actions/upload-artifact@v7
471471
with:
472472
name: macos-mas-pkg
473473
path: ${{ env.PKG_PATH }}

.github/workflows/benchmark-weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211

212212
- name: Upload benchmark report
213213
if: always()
214-
uses: actions/upload-artifact@v4
214+
uses: actions/upload-artifact@v7
215215
with:
216216
name: benchmark-report
217217
path: |

.github/workflows/build-android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,14 +141,14 @@ jobs:
141141
142142
- name: Upload debug APK artifact
143143
if: github.event_name == 'workflow_dispatch'
144-
uses: actions/upload-artifact@v4
144+
uses: actions/upload-artifact@v7
145145
with:
146146
name: eliza-android-debug
147147
path: ${{ env.ANDROID_DIR }}/app/build/outputs/apk/debug/app-debug.apk
148148

149149
- name: Upload release artifacts
150150
if: github.event_name == 'release'
151-
uses: actions/upload-artifact@v4
151+
uses: actions/upload-artifact@v7
152152
with:
153153
name: eliza-android-release
154154
path: |

.github/workflows/build-debian-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
echo "Found .deb: $DEB ($DEB_SIZE bytes)"
7070
7171
- name: Upload .deb artifact
72-
uses: actions/upload-artifact@v4
72+
uses: actions/upload-artifact@v7
7373
with:
7474
name: elizaos-debian-package
7575
path: |

.github/workflows/build-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
mv $RUNNER_TEMP/export/App.ipa $RUNNER_TEMP/export/Eliza-${{ steps.version.outputs.version }}.ipa
190190
191191
- name: Upload archive artifact
192-
uses: actions/upload-artifact@v4
192+
uses: actions/upload-artifact@v7
193193
with:
194194
name: eliza-ios-${{ env.IOS_CERTIFICATE_BASE64 != '' && 'release' || 'unsigned' }}
195195
path: |

.github/workflows/build-linux-iso.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
echo "::notice::QEMU/KVM unavailable on this runner; skipping ISO boot smoke test (not silently passed — the gate above is the contract)."
202202
203203
- name: Upload ISO artifact
204-
uses: actions/upload-artifact@v4
204+
uses: actions/upload-artifact@v7
205205
with:
206206
name: elizaos-linux-iso-${{ env.CHANNEL }}
207207
path: |

.github/workflows/build-llama-ffi-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
echo "stage_dir=$STAGE_DIR" >> "$GITHUB_OUTPUT"
187187
188188
- name: Upload libelizainference artifact
189-
uses: actions/upload-artifact@v4
189+
uses: actions/upload-artifact@v7
190190
with:
191191
name: libelizainference-${{ matrix.target }}
192192
path: ${{ steps.stage.outputs.stage_dir }}/**

.github/workflows/build-llama-ffi-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
echo "stage_dir=$STAGE_DIR" >> "$GITHUB_OUTPUT"
137137
138138
- name: Upload XCFramework artifact
139-
uses: actions/upload-artifact@v4
139+
uses: actions/upload-artifact@v7
140140
with:
141141
name: libelizainference-ios-arm64
142142
path: ${{ steps.stage.outputs.stage_dir }}/*

.github/workflows/build-llama-ffi-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
echo "stage_dir=$STAGE_DIR" >> "$GITHUB_OUTPUT"
149149
150150
- name: Upload libelizainference artifact
151-
uses: actions/upload-artifact@v4
151+
uses: actions/upload-artifact@v7
152152
with:
153153
name: libelizainference-linux-x64-cpu
154154
path: ${{ steps.stage.outputs.stage_dir }}/*
@@ -212,7 +212,7 @@ jobs:
212212
echo "stage_dir=$STAGE_DIR" >> "$GITHUB_OUTPUT"
213213
214214
- name: Upload libelizainference artifact
215-
uses: actions/upload-artifact@v4
215+
uses: actions/upload-artifact@v7
216216
with:
217217
name: libelizainference-linux-x64-cuda
218218
path: ${{ steps.stage.outputs.stage_dir }}/*

0 commit comments

Comments
 (0)