File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 run : pytest tests
3636
3737 - name : Upload source distribution
38- uses : actions/upload-artifact@v4
38+ uses : actions/upload-artifact@v7
3939 with :
4040 name : source_wheel
4141 path : ./dist/tfc*.tar.gz
6060 run : python -m cibuildwheel --output-dir dist
6161
6262 - name : Upload binary wheels
63- uses : actions/upload-artifact@v4
63+ uses : actions/upload-artifact@v7
6464 with :
6565 name : ${{ matrix.os }}_binary_wheels
6666 path : ./dist/*.whl
@@ -71,22 +71,22 @@ jobs:
7171 needs : [build_source_wheel, build_binary_wheels]
7272 steps :
7373
74- - uses : actions/download-artifact@v4
74+ - uses : actions/download-artifact@v8
7575 with :
7676 name : source_wheel
7777 path : ./dist
7878
79- - uses : actions/download-artifact@v4
79+ - uses : actions/download-artifact@v8
8080 with :
8181 name : ubuntu-latest_binary_wheels
8282 path : ./dist
8383
84- - uses : actions/download-artifact@v4
84+ - uses : actions/download-artifact@v8
8585 with :
8686 name : macos-latest_binary_wheels
8787 path : ./dist
8888
89- - uses : actions/download-artifact@v4
89+ - uses : actions/download-artifact@v8
9090 with :
9191 name : windows-latest_binary_wheels
9292 path : ./dist
Original file line number Diff line number Diff line change 3232 run : pytest tests
3333
3434 - name : Upload source distribution
35- uses : actions/upload-artifact@v4
35+ uses : actions/upload-artifact@v7
3636 with :
3737 name : source_wheel
3838 path : ./dist/tfc*.tar.gz
5757 run : python -m cibuildwheel --output-dir dist
5858
5959 - name : Upload binary wheels
60- uses : actions/upload-artifact@v4
60+ uses : actions/upload-artifact@v7
6161 with :
6262 name : ${{ matrix.os }}_binary_wheels
6363 path : ./dist/*.whl
@@ -68,22 +68,22 @@ jobs:
6868 needs : [build_source_wheel, build_binary_wheels]
6969 steps :
7070
71- - uses : actions/download-artifact@v4
71+ - uses : actions/download-artifact@v8
7272 with :
7373 name : source_wheel
7474 path : ./dist
7575
76- - uses : actions/download-artifact@v4
76+ - uses : actions/download-artifact@v8
7777 with :
7878 name : ubuntu-latest_binary_wheels
7979 path : ./dist
8080
81- - uses : actions/download-artifact@v4
81+ - uses : actions/download-artifact@v8
8282 with :
8383 name : macos-latest_binary_wheels
8484 path : ./dist
8585
86- - uses : actions/download-artifact@v4
86+ - uses : actions/download-artifact@v8
8787 with :
8888 name : windows-latest_binary_wheels
8989 path : ./dist
You can’t perform that action at this time.
0 commit comments