From 60e64c5ae5eebd6eb4c89f57ea09af65283d44a6 Mon Sep 17 00:00:00 2001 From: Meet Soni Date: Mon, 17 Feb 2025 16:29:33 +0530 Subject: [PATCH] ci: update artifact version Signed-off-by: Meet Soni --- .github/workflows/cifuzz.yml | 2 +- .github/workflows/e2e.yml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 4422e001205..3f151a9fc85 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -32,7 +32,7 @@ jobs: sanitizer: ${{ matrix.sanitizer }} output-sarif: true - name: Upload Crash - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() && steps.build.outcome == 'success' with: name: ${{ matrix.sanitizer }}-artifacts diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 4520229b263..9c09e85fd1c 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -76,7 +76,7 @@ jobs: directory: ${{ matrix.path }} - name: upload docker artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: Docker-Images path: Images @@ -110,7 +110,7 @@ jobs: kubectl get pods -n kube-system - name: download docker artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: Docker-Images path: Images @@ -216,4 +216,3 @@ jobs: - name: Deleting KinD cluster if: always() run: kind delete cluster - \ No newline at end of file