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 @@ -204,13 +204,13 @@ jobs:
204204 runs-on : ${{ matrix.runner }}
205205 steps :
206206 - name : Check out repository
207- uses : actions/checkout@v4
207+ uses : actions/checkout@v5
208208 with :
209209 submodules : ' true'
210210
211211
212212 - name : Set up Python
213- uses : actions/setup-python@v5
213+ uses : actions/setup-python@v6
214214 with :
215215 python-version : ' 3.11'
216216
@@ -394,7 +394,7 @@ jobs:
394394 popd
395395
396396 - name : Upload distributions
397- uses : actions/upload-artifact@v4
397+ uses : actions/upload-artifact@v5
398398 with :
399399 name : python-dist-${{ matrix.name }}
400400 path : build-python/dist/*.whl
@@ -627,7 +627,7 @@ jobs:
627627 runs-on : ubuntu-latest
628628 steps :
629629 - name : Download built distributions
630- uses : actions/download-artifact@v4
630+ uses : actions/download-artifact@v5
631631 with :
632632 path : dist
633633 merge-multiple : true
You can’t perform that action at this time.
0 commit comments