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 : false
3636 enable_jsonlinter : true
9494
9595 - name : Save coverage data
9696 if : ${{ matrix.php-versions == '8.4' }}
97- uses : actions/upload-artifact@v4
97+ uses : actions/upload-artifact@v5
9898 with :
9999 name : coverage-data
100100 path : ${{ github.workspace }}/build
@@ -258,7 +258,7 @@ jobs:
258258 steps :
259259 - uses : actions/checkout@v5
260260
261- - uses : actions/download-artifact@v5
261+ - uses : actions/download-artifact@v6
262262 with :
263263 name : coverage-data
264264 path : ${{ github.workspace }}/build
You can’t perform that action at this time.
0 commit comments