File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,13 +76,13 @@ jobs:
76
76
command : yarn run cypress run
77
77
78
78
# Screenshots are only captured on failure, will change this once we do visual regression tests
79
- - uses : actions/upload-artifact@v1
79
+ - uses : actions/upload-artifact@v4
80
80
if : failure()
81
81
with :
82
82
name : cypress-screenshots
83
83
path : OpenSearch-Dashboards/plugins/alerting-dashboards-plugin/cypress/screenshots
84
84
# Test run video was always captured, so this action uses "always()" condition
85
- - uses : actions/upload-artifact@v1
85
+ - uses : actions/upload-artifact@v4
86
86
if : always()
87
87
with :
88
88
name : cypress-videos
Original file line number Diff line number Diff line change 89
89
asset_path : ${{ steps.build_zip.outputs.zip_path }}
90
90
asset_content_type : application/zip
91
91
- name : Upload Workflow Artifacts
92
- uses : actions/upload-artifact@v1
92
+ uses : actions/upload-artifact@v4
93
93
with :
94
94
name : alerting-plugin
95
95
path : ${{ steps.build_zip.outputs.zip_path }}
You can’t perform that action at this time.
0 commit comments