File tree Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ jobs:
191191 allow-prereleases : true
192192
193193 - name : Install uv
194- uses : astral-sh/setup-uv@v6
194+ uses : astral-sh/setup-uv@v7
195195 with :
196196 enable-cache : true
197197
@@ -778,7 +778,7 @@ jobs:
778778 timeout-minutes : 90
779779
780780 steps :
781- - uses : actions/checkout@v1 # v1 is required to run inside docker
781+ - uses : actions/checkout@v5 # v1 is required to run inside docker
782782
783783 - name : Install requirements
784784 run : |
Original file line number Diff line number Diff line change 5656 python-version : 3.11
5757
5858 - name : Install uv
59- uses : astral-sh/setup-uv@v6
59+ uses : astral-sh/setup-uv@v7
6060
6161 - name : Prepare env
6262 run : uv pip install --python=python --system -r tests/requirements.txt
Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ jobs:
2525 fetch-depth : 0
2626
2727 - name : Install uv
28- uses : astral-sh/setup-uv@v6
28+ uses : astral-sh/setup-uv@v7
2929
3030 - name : Build SDist and wheels
3131 run : |
3232 uv tool install nox
3333 nox -s build
3434 nox -s build_global
3535
36- - uses : actions/upload-artifact@v4
36+ - uses : actions/upload-artifact@v5
3737 with :
3838 name : Packages
3939 path : dist/*
4444 needs : [build_wheel]
4545 runs-on : ubuntu-latest
4646 steps :
47- - uses : actions/download-artifact@v5
47+ - uses : actions/download-artifact@v6
4848 with :
4949 name : Packages
5050 path : dist
Original file line number Diff line number Diff line change 3131 python-version : 3.8
3232
3333 - name : Install uv
34- uses : astral-sh/setup-uv@v6
34+ uses : astral-sh/setup-uv@v7
3535
3636 - name : Prepare env
3737 run : uv pip install --system -r tests/requirements.txt
5555 python-version : 3.8
5656
5757 - name : Install uv
58- uses : astral-sh/setup-uv@v6
58+ uses : astral-sh/setup-uv@v7
5959
6060 - name : Prepare env
6161 run : uv pip install --system -r tests/requirements.txt twine nox
@@ -72,13 +72,13 @@ jobs:
7272 run : twine check dist/*
7373
7474 - name : Save standard package
75- uses : actions/upload-artifact@v4
75+ uses : actions/upload-artifact@v5
7676 with :
7777 name : standard
7878 path : dist/pybind11-*
7979
8080 - name : Save global package
81- uses : actions/upload-artifact@v4
81+ uses : actions/upload-artifact@v5
8282 with :
8383 name : global
8484 path : dist/*global-*
@@ -100,7 +100,7 @@ jobs:
100100
101101 steps :
102102 # Downloads all to directories matching the artifact names
103- - uses : actions/download-artifact@v5
103+ - uses : actions/download-artifact@v6
104104
105105 - name : Generate artifact attestation for sdist and wheel
106106 uses : actions/attest-build-provenance@v3
Original file line number Diff line number Diff line change 5151 run : brew install boost
5252
5353 - name : Install uv
54- uses : astral-sh/setup-uv@v6
54+ uses : astral-sh/setup-uv@v7
5555 with :
5656 enable-cache : true
5757
Original file line number Diff line number Diff line change 2222 submodules : true
2323 fetch-depth : 0
2424
25- - uses : pypa/cibuildwheel@v3.1
25+ - uses : pypa/cibuildwheel@v3.2
2626 env :
2727 PYODIDE_BUILD_EXPORTS : whole_archive
2828 with :
4545 # We have to uninstall first because GH is now using a local tap to build cmake<4, iOS needs cmake>=4
4646 - run : brew uninstall cmake && brew install cmake
4747
48- - uses : pypa/cibuildwheel@v3.1
48+ - uses : pypa/cibuildwheel@v3.2
4949 env :
5050 CIBW_PLATFORM : ios
5151 CIBW_SKIP : cp314-* # https://github.com/pypa/cibuildwheel/issues/2494
8080
8181 - run : pipx install patchelf
8282
83- - uses : pypa/cibuildwheel@v3.1
83+ - uses : pypa/cibuildwheel@v3.2
8484 env :
8585 CIBW_PLATFORM : android
8686 with :
You can’t perform that action at this time.
0 commit comments