Updated upload/download artifact actions

This commit is contained in:
Alejandro Celaya
2022-08-12 18:19:12 +02:00
parent 23f92179ad
commit 6654f45cb8
5 changed files with 6 additions and 6 deletions

View File

@@ -41,7 +41,7 @@ jobs:
- name: Run tests
run: composer test:db:${{ inputs.platform }}
- name: Upload code coverage
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: ${{ matrix.php-version == '8.1' && inputs.platform == 'sqlite:ci' }}
with:
name: coverage-db