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 6464
6565 steps :
6666 - name : Download docs artifact
67- uses : actions/download-artifact@v5
67+ uses : actions/download-artifact@v6
6868 with :
6969 name : docs
7070 path : artifacts
@@ -109,12 +109,12 @@ jobs:
109109
110110 steps :
111111 - name : Download docs artifact
112- uses : actions/download-artifact@v5
112+ uses : actions/download-artifact@v6
113113 with :
114114 name : docs
115115
116116 - name : Download robots artifact
117- uses : actions/download-artifact@v5
117+ uses : actions/download-artifact@v6
118118 with :
119119 name : robots
120120
@@ -152,7 +152,7 @@ jobs:
152152
153153 steps :
154154 - name : Download search artifact
155- uses : actions/download-artifact@v5
155+ uses : actions/download-artifact@v6
156156 with :
157157 name : ${{ env.ARTIFACT_INDEXES }}
158158
You can’t perform that action at this time.
0 commit comments