File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2121 matrix :
2222 php-version : ['8.3', '8.4', '8.5']
2323
24- uses : simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.11.1
24+ uses : simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.11.2
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.11.1
33+ uses : simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.11.2
3434 with :
3535 enable_eslinter : false
3636 enable_jsonlinter : true
9595
9696 - name : Save coverage data
9797 if : ${{ matrix.php-versions == '8.5' }}
98- uses : actions/upload-artifact@v6
98+ uses : actions/upload-artifact@v7
9999 with :
100100 name : coverage-data
101101 path : ${{ github.workspace }}/build
@@ -259,7 +259,7 @@ jobs:
259259 steps :
260260 - uses : actions/checkout@v6
261261
262- - uses : actions/download-artifact@v7
262+ - uses : actions/download-artifact@v8
263263 with :
264264 name : coverage-data
265265 path : ${{ github.workspace }}/build
@@ -281,6 +281,6 @@ jobs:
281281 (needs.unit-tests-linux.result == 'success' && needs.coverage.result == 'skipped')
282282
283283 steps :
284- - uses : geekyeggo/delete-artifact@v5
284+ - uses : geekyeggo/delete-artifact@v6
285285 with :
286286 name : coverage-data
You can’t perform that action at this time.
0 commit comments