From 6e418b151225de6d99f8200d14e39c8106327f29 Mon Sep 17 00:00:00 2001 From: Mohamed Mahmoud <mmahmoud@redhat.com> Date: Thu, 30 Jan 2025 09:53:56 -0500 Subject: [PATCH] update actions/upload-artifact to v4 Signed-off-by: Mohamed Mahmoud <mmahmoud@redhat.com> --- .github/workflows/pull_request_e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request_e2e.yml b/.github/workflows/pull_request_e2e.yml index e2e3a9b6..4e065714 100644 --- a/.github/workflows/pull_request_e2e.yml +++ b/.github/workflows/pull_request_e2e.yml @@ -23,7 +23,7 @@ jobs: - name: run end-to-end tests run: make tests-e2e - name: upload e2e test logs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: e2e-logs -- GitLab