File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 41
41
run : cd build && cmake -DEigen3_DIR=./eigen-build ..
42
42
- name : make
43
43
run : cd build && make -j8
44
- - uses : actions/upload-artifact@v2
44
+ - uses : actions/upload-artifact@v4
45
45
with :
46
46
name : ir2vec
47
47
path : |
Original file line number Diff line number Diff line change 33
33
- name : Build sdist
34
34
run : cd Manylinux2014_Compliant_Source/pkg && pipx run build --sdist
35
35
36
- - uses : actions/upload-artifact@v3
36
+ - uses : actions/upload-artifact@v4
37
37
with :
38
38
path : Manylinux2014_Compliant_Source/pkg/dist/*.tar.gz
39
39
44
44
needs : [build_wheels, build_sdist]
45
45
runs-on : ubuntu-latest
46
46
steps :
47
- - uses : actions/download-artifact@v3
47
+ - uses : actions/download-artifact@v4
48
48
with :
49
49
name : artifact
50
50
path : dist
You can’t perform that action at this time.
0 commit comments