1
0
mirror of https://github.com/dg/dibi.git synced 2025-09-03 02:52:47 +02:00

github actions updated

This commit is contained in:
David Grudl
2025-02-03 03:29:23 +01:00
parent 97053089e0
commit 78f552fe8e
2 changed files with 4 additions and 4 deletions

View File

@@ -105,9 +105,9 @@ jobs:
- run: composer install --no-progress --prefer-dist
- run: vendor/bin/tester -p phpdbg tests -s -C --coverage ./coverage.xml --coverage-src ./src
- if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: output
name: output-${{ matrix.php }}
path: tests/**/output