[CI] Update upload-artifacts to v4

Signed-off-by: Chris Bono <chris.bono@gmail.com>
This commit is contained in:
Chris Bono
2025-02-01 21:15:18 -06:00
committed by Dave Syer
parent 52751046f3
commit 7743a58e80

View File

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