File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9898 - name : Checkout
9999 uses : actions/checkout@v4
100100 - name : Download artifact
101- uses : actions/download-artifact@v4.2.1
101+ uses : actions/download-artifact@v4.3.0
102102 with :
103103 # Artifact name
104104 name : docs_output # optional
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117117 - name : Checkout
118118 uses : actions/checkout@v4
119119 - name : Download sdist
120- uses : actions/download-artifact@v4.2.1
120+ uses : actions/download-artifact@v4.3.0
121121 with :
122122 name : sdist
123123 - name : Set up Python
@@ -159,7 +159,7 @@ jobs:
159159 with :
160160 access_token : ${{ secrets.GITHUB_TOKEN }}
161161 - name : Download sdist
162- uses : actions/download-artifact@v4.2.1
162+ uses : actions/download-artifact@v4.3.0
163163 with :
164164 name : linux-wheels
165165 - uses : actions/setup-python@v5
@@ -188,7 +188,7 @@ jobs:
188188 with :
189189 access_token : ${{ secrets.GITHUB_TOKEN }}
190190 - name : Download sdist
191- uses : actions/download-artifact@v4.2.1
191+ uses : actions/download-artifact@v4.3.0
192192 with :
193193 name : ${{ matrix.os }}-wheels
194194 - uses : actions/setup-python@v5
@@ -213,7 +213,7 @@ jobs:
213213 with :
214214 access_token : ${{ secrets.GITHUB_TOKEN }}
215215 - name : Download all
216- uses : actions/download-artifact@v4.2.1
216+ uses : actions/download-artifact@v4.3.0
217217 - name : Move to dist
218218 run : |
219219 mkdir dist
You can’t perform that action at this time.
0 commit comments