1515 - run : |
1616 git clone https://github.com/gi0baro/rewrk.git
1717 cd rewrk && cargo build --release
18- - uses : actions/upload-artifact@v5
18+ - uses : actions/upload-artifact@v6
1919 with :
2020 name : rewrk
2121 path : rewrk/target/release/rewrk
@@ -25,11 +25,11 @@ jobs:
2525 needs : [toolchain]
2626
2727 steps :
28- - uses : actions/checkout@v5
28+ - uses : actions/checkout@v6
2929 - uses : actions/setup-python@v6
3030 with :
3131 python-version : ' 3.11'
32- - uses : actions/download-artifact@v6
32+ - uses : actions/download-artifact@v7
3333 with :
3434 name : rewrk
3535 - run : |
4949 run : |
5050 python benchmarks.py
5151 - name : upload results
52- uses : actions/upload-artifact@v5
52+ uses : actions/upload-artifact@v6
5353 with :
5454 name : results-base
5555 path : benchmarks/results/*
@@ -59,11 +59,11 @@ jobs:
5959 needs : [toolchain]
6060
6161 steps :
62- - uses : actions/checkout@v5
62+ - uses : actions/checkout@v6
6363 - uses : actions/setup-python@v6
6464 with :
6565 python-version : ' 3.11'
66- - uses : actions/download-artifact@v6
66+ - uses : actions/download-artifact@v7
6767 with :
6868 name : rewrk
6969 - run : |
8787 run : |
8888 python benchmarks.py vs
8989 - name : upload results
90- uses : actions/upload-artifact@v5
90+ uses : actions/upload-artifact@v6
9191 with :
9292 name : results-vs
9393 path : benchmarks/results/*
9696 runs-on : ubuntu-latest
9797
9898 steps :
99- - uses : actions/checkout@v5
99+ - uses : actions/checkout@v6
100100 - uses : actions/setup-python@v6
101101 with :
102102 python-version : ' 3.11'
@@ -119,7 +119,7 @@ jobs:
119119 run : |
120120 python benchmarks.py vs_ws
121121 - name : upload results
122- uses : actions/upload-artifact@v5
122+ uses : actions/upload-artifact@v6
123123 with :
124124 name : results-ws
125125 path : benchmarks/results/*
@@ -129,15 +129,15 @@ jobs:
129129 needs : [toolchain]
130130
131131 steps :
132- - uses : actions/checkout@v5
132+ - uses : actions/checkout@v6
133133 - uses : actions/setup-python@v6
134134 with :
135135 python-version : |
136136 3.10
137137 3.11
138138 3.12
139139 3.13
140- - uses : actions/download-artifact@v6
140+ - uses : actions/download-artifact@v7
141141 with :
142142 name : rewrk
143143 - run : |
@@ -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@v5
174+ uses : actions/upload-artifact@v6
175175 with :
176176 name : results-pyver
177177 path : benchmarks/results/*
@@ -181,27 +181,27 @@ jobs:
181181 needs : [benchmark-base, benchmark-vs, benchmark-ws, benchmark-pyver]
182182
183183 steps :
184- - uses : actions/checkout@v5
184+ - uses : actions/checkout@v6
185185 - uses : gi0baro/setup-noir@v1
186- - uses : actions/download-artifact@v6
186+ - uses : actions/download-artifact@v7
187187 with :
188188 name : results-base
189189 path : benchmarks/results
190190 - run : |
191191 mv benchmarks/results/data.json benchmarks/results/base.json
192- - uses : actions/download-artifact@v6
192+ - uses : actions/download-artifact@v7
193193 with :
194194 name : results-vs
195195 path : benchmarks/results
196196 - run : |
197197 mv benchmarks/results/data.json benchmarks/results/vs.json
198- - uses : actions/download-artifact@v6
198+ - uses : actions/download-artifact@v7
199199 with :
200200 name : results-ws
201201 path : benchmarks/results
202202 - run : |
203203 mv benchmarks/results/data.json benchmarks/results/ws.json
204- - uses : actions/download-artifact@v6
204+ - uses : actions/download-artifact@v7
205205 with :
206206 name : results-pyver
207207 path : benchmarks/results
@@ -218,7 +218,7 @@ jobs:
218218 -v pyvb=310 -v 'benv=GHA Linux x86_64' \
219219 templates/pyver.md > pyver.md
220220 - name : open PR
221- uses : peter-evans/create-pull-request@v7
221+ uses : peter-evans/create-pull-request@v8
222222 with :
223223 branch : benchmarks-update
224224 branch-suffix : timestamp
0 commit comments