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 @@ -110,13 +110,13 @@ jobs:
110
110
run : cat output.md >> $GITHUB_STEP_SUMMARY
111
111
- name : Upload HTML report
112
112
if : failure() || success()
113
- uses : actions/upload-artifact@v3
113
+ uses : actions/upload-artifact@v4
114
114
with :
115
115
name : gateway-conformance.html
116
116
path : output.html
117
117
- name : Upload JSON report
118
118
if : failure() || success()
119
- uses : actions/upload-artifact@v3
119
+ uses : actions/upload-artifact@v4
120
120
with :
121
121
name : gateway-conformance.json
122
122
path : output.json
Original file line number Diff line number Diff line change 42
42
run : npm run test:e2e
43
43
env :
44
44
METRICS : false
45
- - uses : actions/upload-artifact@v3
45
+ - uses : actions/upload-artifact@v4
46
46
if : always()
47
47
with :
48
48
name : playwright-report
You can’t perform that action at this time.
0 commit comments