mirror of https://github.com/OpenVidu/openvidu.git
openvidu-ce-test.yml: update actions/upload-artifact version
parent
1b4e3f29d8
commit
a7036993ff
|
|
@ -105,7 +105,7 @@ jobs:
|
|||
with:
|
||||
report_paths: "**/target/surefire-reports/TEST-*.xml"
|
||||
- name: Upload logs
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
if: always() # always run even if the previous step fails
|
||||
with:
|
||||
name: Logs
|
||||
|
|
|
|||
Loading…
Reference in New Issue