From 7743a58e80c8782423be9568ccbba61450d1a8e8 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Sat, 1 Feb 2025 21:15:18 -0600 Subject: [PATCH] [CI] Update upload-artifacts to v4 Signed-off-by: Chris Bono --- .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 03faab0..2f49543 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -25,7 +25,7 @@ jobs: ./mvnw -B clean install - name: Capture Test Results if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-results path: '*/target/surefire-reports/*.*'