File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2525 - name : Build SDist
2626 run : pipx run build --sdist
2727
28- - uses : actions/upload-artifact@v4
28+ - uses : actions/upload-artifact@v5
2929 with :
3030 name : cibw-sdist
3131 path : dist/*.tar.gz
5353 pip install yq
5454 tomlq -r '.project."optional-dependencies".test[]' pyproject.toml | xargs -d '\n' pip install
5555
56- - uses : actions/download-artifact@v5
56+ - uses : actions/download-artifact@v6
5757 with :
5858 name : cibw-sdist
5959 path : dist
7272 needs : [build_wheels, make_sdist, test_sdist]
7373 runs-on : ubuntu-latest
7474 steps :
75- - uses : actions/download-artifact@v5
75+ - uses : actions/download-artifact@v6
7676 with :
7777 path : all
7878
@@ -121,7 +121,7 @@ jobs:
121121 CIBW_TEST_SKIP : " ${{ matrix.test-skip }}"
122122
123123 - name : Upload wheels
124- uses : actions/upload-artifact@v4
124+ uses : actions/upload-artifact@v5
125125 with :
126126 name : cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
127127 path : wheelhouse/*.whl
@@ -135,7 +135,7 @@ jobs:
135135 if : github.event_name == 'release' && github.event.action == 'published'
136136
137137 steps :
138- - uses : actions/download-artifact@v5
138+ - uses : actions/download-artifact@v6
139139 with :
140140 pattern : cibw-*
141141 path : dist
You can’t perform that action at this time.
0 commit comments