2727 build :
2828 runs-on : ubuntu-latest
2929 steps :
30- - uses : actions/checkout@v5
30+ - uses : actions/checkout@v4
3131 - name : Install Python
3232 uses : actions/setup-python@v5
3333 with :
5151 generate-license :
5252 runs-on : ubuntu-latest
5353 steps :
54- - uses : actions/checkout@v5
54+ - uses : actions/checkout@v4
5555 - uses : astral-sh/setup-uv@v6
5656 with :
5757 enable-cache : true
7373 python-version : ["3.10"]
7474 os : [macos-latest, windows-latest]
7575 steps :
76- - uses : actions/checkout@v5
76+ - uses : actions/checkout@v4
7777
7878 - uses : actions/setup-python@v5
7979 with :
8383
8484 - run : rm LICENSE.txt
8585 - name : Download LICENSE.txt
86- uses : actions/download-artifact@v5
86+ uses : actions/download-artifact@v4
8787 with :
8888 name : python-wheel-license
8989 path : .
@@ -129,7 +129,7 @@ jobs:
129129 matrix :
130130 python-version : ["3.10"]
131131 steps :
132- - uses : actions/checkout@v5
132+ - uses : actions/checkout@v4
133133
134134 - uses : actions/setup-python@v5
135135 with :
@@ -139,7 +139,7 @@ jobs:
139139
140140 - run : rm LICENSE.txt
141141 - name : Download LICENSE.txt
142- uses : actions/download-artifact@v5
142+ uses : actions/download-artifact@v4
143143 with :
144144 name : python-wheel-license
145145 path : .
@@ -173,10 +173,10 @@ jobs:
173173 name : Manylinux x86_64
174174 runs-on : ubuntu-latest
175175 steps :
176- - uses : actions/checkout@v5
176+ - uses : actions/checkout@v4
177177 - run : rm LICENSE.txt
178178 - name : Download LICENSE.txt
179- uses : actions/download-artifact@v5
179+ uses : actions/download-artifact@v4
180180 with :
181181 name : python-wheel-license
182182 path : .
@@ -202,10 +202,10 @@ jobs:
202202 name : Manylinux arm64
203203 runs-on : ubuntu-latest
204204 steps :
205- - uses : actions/checkout@v5
205+ - uses : actions/checkout@v4
206206 - run : rm LICENSE.txt
207207 - name : Download LICENSE.txt
208- uses : actions/download-artifact@v5
208+ uses : actions/download-artifact@v4
209209 with :
210210 name : python-wheel-license
211211 path : .
@@ -232,10 +232,10 @@ jobs:
232232 name : Source distribution
233233 runs-on : ubuntu-latest
234234 steps :
235- - uses : actions/checkout@v5
235+ - uses : actions/checkout@v4
236236 - run : rm LICENSE.txt
237237 - name : Download LICENSE.txt
238- uses : actions/download-artifact@v5
238+ uses : actions/download-artifact@v4
239239 with :
240240 name : python-wheel-license
241241 path : .
@@ -278,7 +278,7 @@ jobs:
278278 # needs: [build-manylinux, build-python-mac-win]
279279 # runs-on: ubuntu-latest
280280 # steps:
281- # - uses: actions/download-artifact@v5
281+ # - uses: actions/download-artifact@v4
282282 # - name: Publish to PyPI
283283 # uses: pypa/gh-action-pypi-publish@master
284284 # with:
0 commit comments