File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 9595
9696 - name : Save coverage data
9797 if : ${{ matrix.php-versions == '8.5' }}
98- uses : actions/upload-artifact@v4
98+ uses : actions/upload-artifact@v5
9999 with :
100100 name : coverage-data
101101 path : ${{ github.workspace }}/build
@@ -153,6 +153,7 @@ jobs:
153153
154154 quality :
155155 name : Quality control
156+ needs : [unit-tests-linux]
156157 runs-on : [ubuntu-latest]
157158
158159 steps :
@@ -206,7 +207,9 @@ jobs:
206207
207208 security :
208209 name : Security checks
210+ needs : [unit-tests-linux]
209211 runs-on : [ubuntu-latest]
212+
210213 steps :
211214 - name : Setup PHP, with composer and extensions
212215 # https://github.com/shivammathur/setup-php
@@ -252,7 +255,7 @@ jobs:
252255 steps :
253256 - uses : actions/checkout@v5
254257
255- - uses : actions/download-artifact@v5
258+ - uses : actions/download-artifact@v6
256259 with :
257260 name : coverage-data
258261 path : ${{ github.workspace }}/build
You can’t perform that action at this time.
0 commit comments