From aa35799692a3977d2149afe0a3d0281dd1ae51f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 00:12:06 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/push_pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml index c3941d0..75137a0 100644 --- a/.github/workflows/push_pr.yml +++ b/.github/workflows/push_pr.yml @@ -87,7 +87,7 @@ jobs: linux/amd64 tags: e2e/nri-kube-events:test - name: Upload Image - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: nri-kube-events path: nri-kube-events.tar @@ -165,7 +165,7 @@ jobs: - name: Run integreation tests run: make test-integration - name: Download Image - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: nri-kube-events - name: Load image for chart testing