Update actions/upload-artifact@v4 in CI PR build

Signed-off-by: Soby Chacko <soby.chacko@broadcom.com>
This commit is contained in:
Soby Chacko
2025-03-13 09:57:17 -04:00
parent dcd34d1593
commit 525a5c1220

View File

@@ -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/*.*'