Upgrading actions/upload-artifact to v4
This commit is contained in:
2
.github/workflows/maven.yaml
vendored
2
.github/workflows/maven.yaml
vendored
@@ -36,7 +36,7 @@ jobs:
|
||||
with:
|
||||
report_paths: '**/surefire-reports/TEST-*.xml'
|
||||
- name: Archive code coverage results
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: surefire-reports
|
||||
path: '**/surefire-reports/*'
|
||||
|
||||
Reference in New Issue
Block a user