File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 23
23
- name : Checkout
24
24
uses : actions/checkout@v4
25
25
- name : Download Artifacts
26
- uses : actions/download-artifact@v4
26
+ uses : actions/download-artifact@v5
27
27
with :
28
28
name : coverage-artifacts
29
29
path : ./packages/aws-cdk-lib/core/coverage
Original file line number Diff line number Diff line change @@ -85,12 +85,12 @@ jobs:
85
85
CI : " true"
86
86
steps :
87
87
- name : Download base database
88
- uses : actions/download-artifact@v4
88
+ uses : actions/download-artifact@v5
89
89
with :
90
90
name : db.base.json.gz
91
91
path : base
92
92
- name : Download head database
93
- uses : actions/download-artifact@v4
93
+ uses : actions/download-artifact@v5
94
94
with :
95
95
name : db.head.json.gz
96
96
path : head
@@ -128,7 +128,7 @@ jobs:
128
128
uses : actions/checkout@v4
129
129
130
130
- name : Download patch
131
- uses : actions/download-artifact@v4
131
+ uses : actions/download-artifact@v5
132
132
with :
133
133
name : update-spec.patch
134
134
path : ${{ runner.temp }}
@@ -137,7 +137,7 @@ jobs:
137
137
run : ' [ -s ${{ runner.temp }}/update-spec.patch ] && git apply ${{ runner.temp }}/update-spec.patch || echo "Empty patch. Skipping."'
138
138
139
139
- name : Download PR body file
140
- uses : actions/download-artifact@v4
140
+ uses : actions/download-artifact@v5
141
141
with :
142
142
name : PR.md
143
143
path : ${{ runner.temp }}
Original file line number Diff line number Diff line change 50
50
uses : actions/checkout@v4
51
51
52
52
- name : Download patch
53
- uses : actions/download-artifact@v4
53
+ uses : actions/download-artifact@v5
54
54
with :
55
55
name : update-spec.patch
56
56
path : ${{ runner.temp }}
Original file line number Diff line number Diff line change 83
83
uses : actions/checkout@v4
84
84
85
85
- name : Download patch
86
- uses : actions/download-artifact@v4
86
+ uses : actions/download-artifact@v5
87
87
with :
88
88
name : upgrade.patch
89
89
path : ${{ runner.temp }}
Original file line number Diff line number Diff line change 97
97
uses : actions/checkout@v4
98
98
99
99
- name : Download patch
100
- uses : actions/download-artifact@v4
100
+ uses : actions/download-artifact@v5
101
101
with :
102
102
name : upgrade.patch
103
103
path : ${{ runner.temp }}
You can’t perform that action at this time.
0 commit comments