File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -110,19 +110,19 @@ jobs:
110
110
${{ matrix.baseline-analysis }} ${{ matrix.target-analysis }}
111
111
112
112
- name : Upload diff report
113
- uses : actions/upload-artifact@v3
113
+ uses : actions/upload-artifact@v4
114
114
with :
115
115
name : ${{ matrix.mode }}-diff.html
116
116
path : diff.html
117
117
118
118
- name : Upload baseline analysis
119
- uses : actions/upload-artifact@v3
119
+ uses : actions/upload-artifact@v4
120
120
with :
121
121
name : ${{ matrix.baseline-analysis }}
122
122
path : ${{ matrix.baseline-analysis }}
123
123
124
124
- name : Upload target analysis
125
- uses : actions/upload-artifact@v3
125
+ uses : actions/upload-artifact@v4
126
126
with :
127
127
name : ${{ matrix.target-analysis }}
128
128
path : ${{ matrix.target-analysis }}
@@ -137,7 +137,7 @@ jobs:
137
137
138
138
- name : Upload summary file (PR only)
139
139
if : github.event_name == 'pull_request' && matrix.mode == 'preview-changes'
140
- uses : actions/upload-artifact@v3
140
+ uses : actions/upload-artifact@v4
141
141
with :
142
142
name : .pr-comment.json
143
143
path : .pr-comment.json
You can’t perform that action at this time.
0 commit comments