File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 - run : |
1616 git clone https://github.com/gi0baro/rewrk.git
1717 cd rewrk && cargo build --release
18- - uses : actions/upload-artifact@v6
18+ - uses : actions/upload-artifact@v7
1919 with :
2020 name : rewrk
2121 path : rewrk/target/release/rewrk
4949 run : |
5050 python benchmarks.py
5151 - name : upload results
52- uses : actions/upload-artifact@v6
52+ uses : actions/upload-artifact@v7
5353 with :
5454 name : results-base
5555 path : benchmarks/results/*
8787 run : |
8888 python benchmarks.py vs
8989 - name : upload results
90- uses : actions/upload-artifact@v6
90+ uses : actions/upload-artifact@v7
9191 with :
9292 name : results-vs
9393 path : benchmarks/results/*
@@ -119,7 +119,7 @@ jobs:
119119 run : |
120120 python benchmarks.py vs_ws
121121 - name : upload results
122- uses : actions/upload-artifact@v6
122+ uses : actions/upload-artifact@v7
123123 with :
124124 name : results-ws
125125 path : benchmarks/results/*
@@ -171,7 +171,7 @@ jobs:
171171 BENCHMARK_EXC_PREFIX=${{ github.workspace }}/.venv313/bin ${{ github.workspace }}/.venv313/bin/python benchmarks.py interfaces
172172 mv results/data.json results/py313.json
173173 - name : upload results
174- uses : actions/upload-artifact@v6
174+ uses : actions/upload-artifact@v7
175175 with :
176176 name : results-pyver
177177 path : benchmarks/results/*
Original file line number Diff line number Diff line change 2424 run : |
2525 python external/tfb/loader.py > results/tfb.json
2626 - name : upload results
27- uses : actions/upload-artifact@v6
27+ uses : actions/upload-artifact@v7
2828 with :
2929 name : results-tfb
3030 path : benchmarks/results/*
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 container : ${{ matrix.container }}
105105 docker-options : -e CI
106106 - name : Upload wheels
107- uses : actions/upload-artifact@v6
107+ uses : actions/upload-artifact@v7
108108 with :
109109 name : dist-${{ matrix.platform || matrix.os }}-${{ matrix.target }}-${{ matrix.manylinux || 'auto' }}-${{ matrix.allocator || 'auto' }}
110110 path : dist
Original file line number Diff line number Diff line change 2020 command : sdist
2121 args : --out dist
2222 - name : Upload sdist
23- uses : actions/upload-artifact@v6
23+ uses : actions/upload-artifact@v7
2424 with :
2525 name : dist-sdist
2626 path : dist
@@ -123,7 +123,7 @@ jobs:
123123 container : ${{ matrix.container }}
124124 docker-options : -e CI
125125 - name : Upload wheels
126- uses : actions/upload-artifact@v6
126+ uses : actions/upload-artifact@v7
127127 with :
128128 name : dist-${{ matrix.platform || matrix.os }}-${{ matrix.target }}-${{ matrix.manylinux || 'auto' }}-${{ matrix.allocator || 'auto' }}
129129 path : dist
You can’t perform that action at this time.
0 commit comments