File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,19 +113,19 @@ jobs:
113
113
command : ${{ inputs.test-command }}
114
114
wait-on : ' http://localhost:5601'
115
115
# Screenshots are only captured on failure, will change this once we do visual regression tests
116
- - uses : actions/upload-artifact@v1
116
+ - uses : actions/upload-artifact@v4
117
117
if : failure()
118
118
with :
119
119
name : cypress-screenshots
120
120
path : cypress-test/cypress/screenshots
121
121
# Test run video was always captured, so this action uses "always()" condition
122
- - uses : actions/upload-artifact@v1
122
+ - uses : actions/upload-artifact@v4
123
123
if : always()
124
124
with :
125
125
name : cypress-videos
126
126
path : cypress-test/cypress/videos
127
127
# Test reports was always captured, so this action uses "always()" condition
128
- - uses : actions/upload-artifact@v1
128
+ - uses : actions/upload-artifact@v4
129
129
if : always()
130
130
with :
131
131
name : cypress-results
You can’t perform that action at this time.
0 commit comments