File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ jobs:
167167 "cmake.define.FASTJET_ENABLE_CGAL"="ON"
168168
169169 - name : Upload wheels
170- uses : actions/upload-artifact@v4
170+ uses : actions/upload-artifact@v5
171171 with :
172172 name : cibw-wheels-${{ matrix.os }}-${{ matrix.python }}-${{ matrix.arch }}
173173 path : wheelhouse/*.whl
Original file line number Diff line number Diff line change 2222 - name : Build SDist
2323 run : pipx run build --sdist
2424
25- - uses : actions/upload-artifact@v4
25+ - uses : actions/upload-artifact@v5
2626 with :
2727 name : cibw-sdist
2828 path : dist/*.tar.gz
8484 "cmake.define.FASTJET_ENABLE_CGAL"="ON"
8585
8686 - name : Upload wheels
87- uses : actions/upload-artifact@v4
87+ uses : actions/upload-artifact@v5
8888 with :
8989 name : cibw-wheels-${{ matrix.os }}-${{ matrix.python }}-${{ matrix.arch }}
9090 path : wheelhouse/*.whl
9393 needs : [make_sdist]
9494 runs-on : ubuntu-latest
9595 steps :
96- - uses : actions/download-artifact@v5
96+ - uses : actions/download-artifact@v6
9797 with :
9898 pattern : cibw-*
9999 path : dist
@@ -119,7 +119,7 @@ jobs:
119119 if : github.event_name == 'release' && github.event.action == 'published'
120120
121121 steps :
122- - uses : actions/download-artifact@v5
122+ - uses : actions/download-artifact@v6
123123 with :
124124 pattern : cibw-*
125125 path : dist
You can’t perform that action at this time.
0 commit comments