File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed 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@v4
23+ - uses : actions/upload-artifact@v6
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@v4
41+ - uses : actions/upload-artifact@v6
4242 with :
4343 name : dist_linux_aarch64
4444 path : ./wheelhouse/*.whl
5555 env :
5656 CIBW_ARCHS_MACOS : x86_64
5757
58- - uses : actions/upload-artifact@v4
58+ - uses : actions/upload-artifact@v6
5959 with :
6060 name : dist_macos13_x86_64
6161 path : ./wheelhouse/*.whl
7272 env :
7373 CIBW_ARCHS_MACOS : arm64
7474
75- - uses : actions/upload-artifact@v4
75+ - uses : actions/upload-artifact@v6
7676 with :
7777 name : dist_macos15_arm64
7878 path : ./wheelhouse/*.whl
@@ -101,7 +101,7 @@ jobs:
101101
102102 - name : upload sdist
103103 if : always()
104- uses : actions/upload-artifact@v4
104+ uses : actions/upload-artifact@v6
105105 with :
106106 name : dist_sdist
107107 path : dist/*.tar.gz
Original file line number Diff line number Diff line change 9393
9494 - name : upload test log
9595 if : always()
96- uses : actions/upload-artifact@v4
96+ uses : actions/upload-artifact@v6
9797 with :
9898 name : libcasm-clexulator-cxx-test-log
9999 path : build_cxx_test/Testing/Temporary/LastTest.log
Original file line number Diff line number Diff line change 7878
7979 - name : upload docs
8080 if : always()
81- uses : actions/upload-artifact@v4
81+ uses : actions/upload-artifact@v6
8282 with :
8383 name : libcasm-clexulator-docs
8484 path : python/doc/_build/html
Original file line number Diff line number Diff line change 4141
4242 - name : upload libcasm-clexulator-macos-latest-dist
4343 if : always()
44- uses : actions/upload-artifact@v4
44+ uses : actions/upload-artifact@v6
4545 with :
4646 name : libcasm-clexulator-macos-latest-dist
4747 path : dist
You can’t perform that action at this time.
0 commit comments