File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -144,12 +144,12 @@ jobs:
144
144
- abi-dump
145
145
steps :
146
146
- name : Download baseline
147
- uses : actions/download-artifact@v3
147
+ uses : actions/download-artifact@v4.1.7
148
148
with :
149
149
name : build-baseline
150
150
path : build-baseline
151
151
- name : Download latest
152
- uses : actions/download-artifact@v3
152
+ uses : actions/download-artifact@v4.1.7
153
153
with :
154
154
name : build-latest
155
155
path : build-latest
Original file line number Diff line number Diff line change @@ -167,17 +167,17 @@ jobs:
167
167
- abi-dump
168
168
steps :
169
169
- name : Download baseline
170
- uses : actions/download-artifact@v3
170
+ uses : actions/download-artifact@v4.1.7
171
171
with :
172
172
name : build-baseline
173
173
path : build-baseline
174
174
- name : Download latest
175
- uses : actions/download-artifact@v3
175
+ uses : actions/download-artifact@v4.1.7
176
176
with :
177
177
name : build-latest
178
178
path : build-latest
179
179
- name : Download symbol list
180
- uses : actions/download-artifact@v3
180
+ uses : actions/download-artifact@v4.1.7
181
181
with :
182
182
name : symbol-list
183
183
path : symbol-list
You can’t perform that action at this time.
0 commit comments