File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 CIBW_ARCHS_LINUX : x86_64
2121 CIBW_MANYLINUX_X86_64_IMAGE : manylinux_2_28
2222
23- - uses : actions/upload-artifact@v6
23+ - uses : actions/upload-artifact@v7
2424 with :
2525 name : dist_linux_x86_64
2626 path : ./wheelhouse/*.whl
3838 CIBW_ARCHS_LINUX : aarch64
3939 CIBW_MANYLINUX_AARCH64_IMAGE : manylinux_2_28
4040
41- - uses : actions/upload-artifact@v6
41+ - uses : actions/upload-artifact@v7
4242 with :
4343 name : dist_linux_aarch64
4444 path : ./wheelhouse/*.whl
5555 env :
5656 CIBW_ARCHS_MACOS : arm64
5757
58- - uses : actions/upload-artifact@v6
58+ - uses : actions/upload-artifact@v7
5959 with :
6060 name : dist_macos15_arm64
6161 path : ./wheelhouse/*.whl
8383
8484 - name : upload sdist
8585 if : always()
86- uses : actions/upload-artifact@v6
86+ uses : actions/upload-artifact@v7
8787 with :
8888 name : dist_sdist
8989 path : dist/*.tar.gz
Original file line number Diff line number Diff line change 9292
9393 - name : upload test log
9494 if : always()
95- uses : actions/upload-artifact@v6
95+ uses : actions/upload-artifact@v7
9696 with :
9797 name : libcasm-mapping-cxx-test-log
9898 path : build_cxx_test/Testing/Temporary/LastTest.log
Original file line number Diff line number Diff line change 7575
7676 - name : upload docs
7777 if : always()
78- uses : actions/upload-artifact@v6
78+ uses : actions/upload-artifact@v7
7979 with :
8080 name : libcasm-mapping-docs
8181 path : python/doc/_build/html
Original file line number Diff line number Diff line change 4040
4141 - name : upload libcasm-mapping-macos-latest-x86_64-dist
4242 if : always()
43- uses : actions/upload-artifact@v6
43+ uses : actions/upload-artifact@v7
4444 with :
4545 name : libcasm-mapping-macos-latest-x86_64-dist
4646 path : dist
You can’t perform that action at this time.
0 commit comments