From 6b31946fc791105a0800a81ddb9d7f78879f2d33 Mon Sep 17 00:00:00 2001 From: Lari Hotari Date: Thu, 26 Sep 2024 20:39:41 +0300 Subject: [PATCH] Upgrade deprecated actions/upload-artifact@v2 to v4 --- .github/workflows/pulsar-helm-chart-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pulsar-helm-chart-ci.yaml b/.github/workflows/pulsar-helm-chart-ci.yaml index 7542585..92d279b 100644 --- a/.github/workflows/pulsar-helm-chart-ci.yaml +++ b/.github/workflows/pulsar-helm-chart-ci.yaml @@ -330,7 +330,7 @@ jobs: ci::collect_k8s_logs - name: Upload k8s logs on failure - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: ${{ cancelled() || failure() }} continue-on-error: true with: