This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git


The following commit(s) were added to refs/heads/master by this push:
     new 6b31946  Upgrade deprecated actions/upload-artifact@v2 to v4
6b31946 is described below

commit 6b31946fc791105a0800a81ddb9d7f78879f2d33
Author: Lari Hotari <[email protected]>
AuthorDate: Thu Sep 26 20:39:41 2024 +0300

    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:

Reply via email to