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

Commit 821a4ff

Browse files
Update actions/upload-artifact action to v5
1 parent f01c2d0 commit 821a4ff

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: Pkgcache_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: Pkgcache_x86_64-Linux
275275
path: |

.github/workflows/matrix_builds.yaml

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

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

0 commit comments

Comments
 (0)