From 525a5c122006fa0924d526778776625e93a0c025 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Thu, 13 Mar 2025 09:57:17 -0400 Subject: [PATCH] Update actions/upload-artifact@v4 in CI PR build Signed-off-by: Soby Chacko --- .github/workflows/ci-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 932bc8992..37d1a2291 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -51,7 +51,7 @@ jobs: - name: Capture Test Results if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-results path: '*/target/surefire-reports/*.*'