Skip to content

Commit d53f98a

Browse files
Merge branch 'sql2' of github.com:nathanjrobertson/simplesamlphp-module-sqlauth into sql2
2 parents 0ffef41 + e510ce7 commit d53f98a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/php.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
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

0 commit comments

Comments
 (0)