File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -232,22 +232,22 @@ jobs:
232
232
- name : Checkout
233
233
uses : actions/checkout@v4
234
234
- name : Download CppCon21 artifact
235
- uses : actions/download-artifact@v3
235
+ uses : actions/download-artifact@v4
236
236
with :
237
237
name : cppcon21
238
238
path : ${{ github.workspace }}
239
239
- name : Download CppCon23 artifact
240
- uses : actions/download-artifact@v3
240
+ uses : actions/download-artifact@v4
241
241
with :
242
242
name : cppcon23
243
243
path : ${{ github.workspace }}
244
244
- name : Download BazelCon23 artifact
245
- uses : actions/download-artifact@v3
245
+ uses : actions/download-artifact@v4
246
246
with :
247
247
name : bazelcon23
248
248
path : ${{ github.workspace }}
249
249
- name : Download Web artifact
250
- uses : actions/download-artifact@v3
250
+ uses : actions/download-artifact@v4
251
251
with :
252
252
name : web
253
253
path : ${{ github.workspace }}
You can’t perform that action at this time.
0 commit comments