From 0b09441874d06f04c2608a279da4aa5a77851c8f Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Fri, 28 Aug 2026 18:24:04 +0800 Subject: [PATCH] ci: update artifact actions to v5 Co-Authored-By: Codex --- .github/workflows/drift-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/drift-check.yml b/.github/workflows/drift-check.yml index c9c81f3..0448c46 100644 --- a/.github/workflows/drift-check.yml +++ b/.github/workflows/drift-check.yml @@ -72,7 +72,7 @@ jobs: --end "$end_date" - name: Upload lifecycle preflight artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: lifecycle-preflight-${{ github.run_id }}-${{ github.run_attempt }} path: ${{ runner.temp }}/lifecycle-preflight-bundle @@ -80,7 +80,7 @@ jobs: retention-days: 14 - name: Upload normalized market input artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: hk-lifecycle-inputs-${{ github.run_id }}-${{ github.run_attempt }} path: ${{ runner.temp }}/hk-lifecycle-inputs