2727 build :
2828 runs-on : ubuntu-latest
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v5
3131 - name : Install Python
3232 uses : actions/setup-python@v5
3333 with :
5555 generate-license :
5656 runs-on : ubuntu-latest
5757 steps :
58- - uses : actions/checkout@v4
58+ - uses : actions/checkout@v5
5959 - uses : astral-sh/setup-uv@v6
6060 with :
6161 enable-cache : true
7777 python-version : ["3.10"]
7878 os : [macos-latest, windows-latest]
7979 steps :
80- - uses : actions/checkout@v4
80+ - uses : actions/checkout@v5
8181
8282 - uses : actions/setup-python@v5
8383 with :
8787
8888 - run : rm LICENSE.txt
8989 - name : Download LICENSE.txt
90- uses : actions/download-artifact@v4
90+ uses : actions/download-artifact@v5
9191 with :
9292 name : python-wheel-license
9393 path : .
@@ -133,7 +133,7 @@ jobs:
133133 matrix :
134134 python-version : ["3.10"]
135135 steps :
136- - uses : actions/checkout@v4
136+ - uses : actions/checkout@v5
137137
138138 - uses : actions/setup-python@v5
139139 with :
@@ -143,7 +143,7 @@ jobs:
143143
144144 - run : rm LICENSE.txt
145145 - name : Download LICENSE.txt
146- uses : actions/download-artifact@v4
146+ uses : actions/download-artifact@v5
147147 with :
148148 name : python-wheel-license
149149 path : .
@@ -177,10 +177,10 @@ jobs:
177177 name : Manylinux x86_64
178178 runs-on : ubuntu-latest
179179 steps :
180- - uses : actions/checkout@v4
180+ - uses : actions/checkout@v5
181181 - run : rm LICENSE.txt
182182 - name : Download LICENSE.txt
183- uses : actions/download-artifact@v4
183+ uses : actions/download-artifact@v5
184184 with :
185185 name : python-wheel-license
186186 path : .
@@ -206,10 +206,10 @@ jobs:
206206 name : Manylinux arm64
207207 runs-on : ubuntu-latest
208208 steps :
209- - uses : actions/checkout@v4
209+ - uses : actions/checkout@v5
210210 - run : rm LICENSE.txt
211211 - name : Download LICENSE.txt
212- uses : actions/download-artifact@v4
212+ uses : actions/download-artifact@v5
213213 with :
214214 name : python-wheel-license
215215 path : .
@@ -236,10 +236,10 @@ jobs:
236236 name : Source distribution
237237 runs-on : ubuntu-latest
238238 steps :
239- - uses : actions/checkout@v4
239+ - uses : actions/checkout@v5
240240 - run : rm LICENSE.txt
241241 - name : Download LICENSE.txt
242- uses : actions/download-artifact@v4
242+ uses : actions/download-artifact@v5
243243 with :
244244 name : python-wheel-license
245245 path : .
@@ -282,7 +282,7 @@ jobs:
282282 # needs: [build-manylinux, build-python-mac-win]
283283 # runs-on: ubuntu-latest
284284 # steps:
285- # - uses: actions/download-artifact@v4
285+ # - uses: actions/download-artifact@v5
286286 # - name: Publish to PyPI
287287 # uses: pypa/gh-action-pypi-publish@master
288288 # with:
0 commit comments