From 80b62aef3d127e7b676111e24222ebc31eb9ffa2 Mon Sep 17 00:00:00 2001 From: fredwang Date: Thu, 6 Mar 2025 12:32:46 +0800 Subject: [PATCH] upgrade upload-artifact to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a102026513..22497318f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -359,7 +359,7 @@ jobs: - name: Upload Artifact if: always() continue-on-error: true - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Artifacts path: /Artifacts