File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -30,17 +30,17 @@ jobs:
3030 runs-on : windows-11-arm
3131
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v6
3434
3535 - name : Install uv
36- uses : astral-sh/setup-uv@v6
36+ uses : astral-sh/setup-uv@v7
3737 with :
3838 enable-cache : true
3939
4040 - name : Build wheels
4141 uses : pypa/cibuildwheel@v3.4.0
4242
43- - uses : actions/upload-artifact@v4
43+ - uses : actions/upload-artifact@v7
4444 with :
4545 name : cibw-wheels-${{ matrix.os }}
4646 path : ./wheelhouse/*.whl
@@ -49,17 +49,17 @@ jobs:
4949 name : Build source distribution
5050 runs-on : ubuntu-latest
5151 steps :
52- - uses : actions/checkout@v4
52+ - uses : actions/checkout@v6
5353
5454 - name : Install uv
55- uses : astral-sh/setup-uv@v6
55+ uses : astral-sh/setup-uv@v7
5656 with :
5757 enable-cache : true
5858
5959 - name : Build sdist
6060 run : uv build --sdist
6161
62- - uses : actions/upload-artifact@v4
62+ - uses : actions/upload-artifact@v7
6363 with :
6464 name : cibw-sdist
6565 path : dist/*.tar.gz
7575 if : github.event_name == 'release' && github.event.action == 'published'
7676 steps :
7777 - name : Download all artifacts
78- uses : actions/download-artifact@v4
78+ uses : actions/download-artifact@v7
7979 with :
8080 pattern : cibw-*
8181 path : dist
You can’t perform that action at this time.
0 commit comments