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 @@ -26,12 +26,12 @@ jobs:
26
26
steps :
27
27
- uses : actions/checkout@v4
28
28
- name : Download bootstrap binary
29
- uses : actions/download-artifact@v4
29
+ uses : actions/download-artifact@v5
30
30
with :
31
31
name : api-lambda-binary
32
32
33
33
- name : Download bootstrap binary
34
- uses : actions/download-artifact@v4
34
+ uses : actions/download-artifact@v5
35
35
with :
36
36
name : api-lambda-binary # Defined in build-api-lambda.yml
37
37
Original file line number Diff line number Diff line change 91
91
steps :
92
92
93
93
- name : Download bootstrap binary
94
- uses : actions/download-artifact@v4
94
+ uses : actions/download-artifact@v5
95
95
with :
96
96
name : link-index-updater-lambda-binary # Defined in build-link-index-updater-lambda.yml
97
97
You can’t perform that action at this time.
0 commit comments