File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 60
60
pip install built_wheel/*.whl
61
61
python ./test/run_tests_model_gen_and_load.py --generate_models --skip_missing_args --skip_pr_tests "${{ github.event.pull_request.title }}"
62
62
- name : Upload generated file
63
- uses : actions/upload-artifact@v2
63
+ uses : actions/upload-artifact@v4
64
64
with :
65
65
name : vw_generated_models
66
66
path : ~/.vw_runtests_model_gen_working_dir/*
Original file line number Diff line number Diff line change 57
57
pip install built_wheel/*.whl
58
58
python ./test/run_tests_model_gen_and_load.py --generate_models --skip_pr_tests "${{ github.event.pull_request.title }}"
59
59
- name : Upload generated file
60
- uses : actions/upload-artifact@v2
60
+ uses : actions/upload-artifact@v4
61
61
with :
62
62
name : vw_generated_models
63
63
path : ~/.vw_runtests_model_gen_working_dir/*
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103
103
shell : bash
104
104
run : python setup.py sdist
105
105
- name : Upload built wheel
106
- uses : actions/upload-artifact@v2
106
+ uses : actions/upload-artifact@v4
107
107
with :
108
108
name : python_source_distribution
109
109
path : dist/*.tar.gz
Original file line number Diff line number Diff line change 29
29
shell : bash
30
30
run : cp ./.scripts/linux/*benchmarks.sh test/benchmarks/
31
31
- name : Upload benchmark module
32
- uses : actions/upload-artifact@v2
32
+ uses : actions/upload-artifact@v4
33
33
with :
34
34
name : benchmark-module
35
35
path : test/benchmarks/
@@ -63,13 +63,13 @@ jobs:
63
63
shell : bash
64
64
run : ./.scripts/linux/run-benchmarks.sh base-benchmarks.json
65
65
- name : Upload ${{ github.event.inputs.base_ref }} benchmark results
66
- uses : actions/upload-artifact@v2
66
+ uses : actions/upload-artifact@v4
67
67
with :
68
68
name : base-benchmarks
69
69
path : base-benchmarks.json
70
70
if-no-files-found : error
71
71
- name : Upload benchmark compare
72
- uses : actions/upload-artifact@v2
72
+ uses : actions/upload-artifact@v4
73
73
with :
74
74
name : benchmark-compare
75
75
path : benchmark/tools/
Original file line number Diff line number Diff line change @@ -24,19 +24,19 @@ jobs:
24
24
cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DBUILD_EXPERIMENTAL_BINDING=On -DVW_FEAT_FLATBUFFERS=On -DVW_FEAT_CSV=On -DVW_FEAT_CB_GRAPH_FEEDBACK=On -DSTD_INV_SQRT=ON
25
25
cmake --build build
26
26
- name : Upload vw binary
27
- uses : actions/upload-artifact@v2
27
+ uses : actions/upload-artifact@v4
28
28
with :
29
29
name : vw
30
30
path : build/vowpalwabbit/cli/vw
31
31
if-no-files-found : error
32
32
- name : Upload spanning_tree binary
33
- uses : actions/upload-artifact@v2
33
+ uses : actions/upload-artifact@v4
34
34
with :
35
35
name : spanning_tree
36
36
path : build/vowpalwabbit/spanning_tree_bin/spanning_tree
37
37
if-no-files-found : error
38
38
- name : Upload to_flatbuff binary
39
- uses : actions/upload-artifact@v2
39
+ uses : actions/upload-artifact@v4
40
40
with :
41
41
name : to_flatbuff
42
42
path : build/utl/flatbuffer/to_flatbuff
You can’t perform that action at this time.
0 commit comments