From 6b76945a1ed53571c5eee4d6c289c5d8489d9097 Mon Sep 17 00:00:00 2001 From: luoyuanze Date: Fri, 7 Feb 2025 15:11:08 +0800 Subject: [PATCH] fix: update ci workflows to begin using v4 of the upload-artifact Signed-off-by: luoyuanze --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d83fa9db9..4f7d84f78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,14 +114,14 @@ jobs: ARTIFACTS_PATH: ${{ github.workspace }}/e2e-test/${{ matrix.k8s }}/ run: hack/rune2e.sh - name: Upload logs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: kosmos-e2e-logs-${{ github.run_id }}_${{ matrix.k8s }} path: ${{ github.workspace }}/e2e-test/${{ matrix.k8s }}/ - name: upload environments logs if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: kosmos_environments_log_${{ matrix.k8s }} path: ${{ github.workspace }}/environments \ No newline at end of file