Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit dd9cf42

Browse files
Update actions/upload-artifact action to v5
1 parent 338a3ba commit dd9cf42

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_aarch64_Linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ jobs:
269269
continue-on-error: true
270270

271271
- name: Upload (aarch64-Linux) Artifacts
272-
uses: actions/upload-artifact@v4
272+
uses: actions/upload-artifact@v5
273273
with:
274274
name: Bincache_aarch64-Linux
275275
path: |

.github/workflows/build_x86_64_Linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ jobs:
269269
continue-on-error: true
270270

271271
- name: Upload (x86_64-Linux) Artifacts
272-
uses: actions/upload-artifact@v4
272+
uses: actions/upload-artifact@v5
273273
with:
274274
name: Bincache_x86_64-Linux
275275
path: |

.github/workflows/matrix_builds.yaml

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

634634
- name: Upload (LOG) Artifacts [${{ matrix.package.host }}<==>${{ matrix.package.runner }}]
635635
if: env.CONTINUE_GHRUN != 'FALSE'
636-
uses: actions/upload-artifact@v4
636+
uses: actions/upload-artifact@v5
637637
with:
638638
name: Bincache_${{ env.PKG_FAMILY_LOCAL }}_${{ matrix.package.host }}
639639
path: |

0 commit comments

Comments
 (0)