Skip to content

Commit

Permalink
Try uploading artifact in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
endroid committed Apr 19, 2024
1 parent 91f1eee commit 4f9c25d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ jobs:
if: ${{ failure() }}
uses: actions/upload-artifact@v4
with:
name: logs
name: logs-${{ matrix.php-versions }}
path: vendor/endroid/quality/application/var/log

- name: Archive code coverage results
uses: actions/upload-artifact@v4
with:
name: coverage
name: coverage-${{ matrix.php-versions }}
path: tests/coverage

0 comments on commit 4f9c25d

Please sign in to comment.