Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/php.code_quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ jobs:

# NOTE: only phpunit, phpcs generate reports
- name: Download phpunit reports
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
with:
name: phpunit-reports
path: build/
- name: Download phpcs reports
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
with:
name: phpcs-reports
path: build/
Expand Down
Loading