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 2323 - name : Checkout
2424 uses : actions/checkout@v4
2525 - name : Download Artifacts
26- uses : actions/download-artifact@v4
26+ uses : actions/download-artifact@v5
2727 with :
2828 name : coverage-artifacts
2929 path : ./packages/aws-cdk-lib/core/coverage
Original file line number Diff line number Diff line change @@ -85,12 +85,12 @@ jobs:
8585 CI : " true"
8686 steps :
8787 - name : Download base database
88- uses : actions/download-artifact@v4
88+ uses : actions/download-artifact@v5
8989 with :
9090 name : db.base.json.gz
9191 path : base
9292 - name : Download head database
93- uses : actions/download-artifact@v4
93+ uses : actions/download-artifact@v5
9494 with :
9595 name : db.head.json.gz
9696 path : head
@@ -128,7 +128,7 @@ jobs:
128128 uses : actions/checkout@v4
129129
130130 - name : Download patch
131- uses : actions/download-artifact@v4
131+ uses : actions/download-artifact@v5
132132 with :
133133 name : update-spec.patch
134134 path : ${{ runner.temp }}
@@ -137,7 +137,7 @@ jobs:
137137 run : ' [ -s ${{ runner.temp }}/update-spec.patch ] && git apply ${{ runner.temp }}/update-spec.patch || echo "Empty patch. Skipping."'
138138
139139 - name : Download PR body file
140- uses : actions/download-artifact@v4
140+ uses : actions/download-artifact@v5
141141 with :
142142 name : PR.md
143143 path : ${{ runner.temp }}
Original file line number Diff line number Diff line change 5050 uses : actions/checkout@v4
5151
5252 - name : Download patch
53- uses : actions/download-artifact@v4
53+ uses : actions/download-artifact@v5
5454 with :
5555 name : update-spec.patch
5656 path : ${{ runner.temp }}
Original file line number Diff line number Diff line change 8383 uses : actions/checkout@v4
8484
8585 - name : Download patch
86- uses : actions/download-artifact@v4
86+ uses : actions/download-artifact@v5
8787 with :
8888 name : upgrade.patch
8989 path : ${{ runner.temp }}
Original file line number Diff line number Diff line change 9797 uses : actions/checkout@v4
9898
9999 - name : Download patch
100- uses : actions/download-artifact@v4
100+ uses : actions/download-artifact@v5
101101 with :
102102 name : upgrade.patch
103103 path : ${{ runner.temp }}
You can’t perform that action at this time.
0 commit comments