File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 matrix :
2222 php-version : ['8.1', '8.2', '8.3', '8.4']
2323
24- uses : simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.10.0
24+ uses : simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.10.3
2525 with :
2626 php-version : ${{ matrix.php-version }}
2727
3030 strategy :
3131 fail-fast : false
3232
33- uses : simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.10.0
33+ uses : simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.10.3
3434 with :
3535 enable_eslinter : true
3636 enable_jsonlinter : true
9595
9696 - name : Save coverage data
9797 if : ${{ matrix.php-versions == '8.4' }}
98- uses : actions/upload-artifact@v4
98+ uses : actions/upload-artifact@v5
9999 with :
100100 name : coverage-data
101101 path : ${{ github.workspace }}/build
@@ -260,7 +260,7 @@ jobs:
260260 steps :
261261 - uses : actions/checkout@v5
262262
263- - uses : actions/download-artifact@v5
263+ - uses : actions/download-artifact@v6
264264 with :
265265 name : coverage-data
266266 path : ${{ github.workspace }}/build
You can’t perform that action at this time.
0 commit comments