[CI] Update upload-artifacts to v4
Signed-off-by: Chris Bono <chris.bono@gmail.com>
This commit is contained in:
2
.github/workflows/ci-pr.yml
vendored
2
.github/workflows/ci-pr.yml
vendored
@@ -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/*.*'
|
||||
|
||||
Reference in New Issue
Block a user