File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7777
7878 steps :
7979 - name : Download docs artifact
80- uses : actions/download-artifact@v4
80+ uses : actions/download-artifact@v5
8181 with :
8282 name : docs
8383 path : artifacts
@@ -160,17 +160,17 @@ jobs:
160160
161161 steps :
162162 - name : Download docs artifact
163- uses : actions/download-artifact@v4
163+ uses : actions/download-artifact@v5
164164 with :
165165 name : docs
166166
167167 - name : Download robots artifact
168- uses : actions/download-artifact@v4
168+ uses : actions/download-artifact@v5
169169 with :
170170 name : robots
171171
172172 - name : Download schemas artifact
173- uses : actions/download-artifact@v4
173+ uses : actions/download-artifact@v5
174174 with :
175175 name : schemas
176176
@@ -214,7 +214,7 @@ jobs:
214214#
215215# steps:
216216# - name: Download search artifact
217- # uses: actions/download-artifact@v4
217+ # uses: actions/download-artifact@v5
218218# with:
219219# name: ${{ env.ARTIFACT_INDEXES_CLEARED }}
220220#
Original file line number Diff line number Diff line change 6161
6262 steps :
6363 - name : Download docs artifact
64- uses : actions/download-artifact@v4
64+ uses : actions/download-artifact@v5
6565 with :
6666 name : docs
6767 path : artifacts
You can’t perform that action at this time.
0 commit comments