File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed
Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 7878 tools : flamegraph, samply
7979 token : ${{ secrets.GITHUB_TOKEN }}
8080
81- - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
81+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
8282 with :
8383 name : bench-build
8484 path : dist
Original file line number Diff line number Diff line change 9696 needs : mutants
9797 runs-on : ubuntu-24.04
9898 steps :
99- - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
99+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
100100 with :
101101 pattern : mutants.out-*
102102 path : shards
Original file line number Diff line number Diff line change @@ -136,23 +136,23 @@ jobs:
136136 tools : hyperfine, flamegraph, samply
137137 token : ${{ secrets.GITHUB_TOKEN }}
138138
139- - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
139+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
140140 with :
141141 name : build-neqo
142142 path : build-neqo
143- - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
143+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
144144 with :
145145 name : build-msquic
146146 path : build-msquic
147- - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
147+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
148148 with :
149149 name : build-google
150150 path : build-google
151- - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
151+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
152152 with :
153153 name : build-quiche
154154 path : build-quiche
155- - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
155+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
156156 with :
157157 name : build-s2n
158158 path : build-s2n
Original file line number Diff line number Diff line change 3030 (github.event.workflow_run.conclusion == 'success' || github.event.workflow_run.conclusion == 'failure')
3131 steps :
3232 # No checkout — eliminates .git/config overwrite attack surface.
33- - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
33+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
3434 with :
3535 run-id : ${{ github.event.workflow_run.id }}
3636 name : ${{ github.event.workflow_run.name }}
Original file line number Diff line number Diff line change 7272 URL : https://github.com/mozilla/neqo
7373 ROLE : both
7474 steps :
75- - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
75+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
7676 with :
7777 pattern : ' * Docker image'
7878 path : /tmp
@@ -161,14 +161,14 @@ jobs:
161161 with :
162162 version : ' v28.1.0'
163163
164- - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
164+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
165165 with :
166166 name : ' pr Docker image'
167167 path : /tmp
168168
169169 - run : docker load --input "/tmp/pr.tar"
170170
171- - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
171+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
172172 if : contains(matrix.pair, 'neqo-baseline')
173173 with :
174174 name : ' baseline Docker image'
@@ -213,7 +213,7 @@ jobs:
213213 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
214214 with :
215215 persist-credentials : false
216- - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
216+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
217217 with :
218218 pattern : ' *results'
219219 path : results
You can’t perform that action at this time.
0 commit comments