Skip to content

Commit

Permalink
ci: update action upload and download artifact due to their v4 changes
Browse files Browse the repository at this point in the history
Signed-off-by: Fery Wardiyanto <ferywardiyanto@gmail.com>
  • Loading branch information
feryardiant committed Dec 22, 2023
1 parent 6cda760 commit de9094d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
uses: actions/upload-artifact@v4
if: github.actor != 'dependabot[bot]'
with:
name: test-reports
name: test-reports-${{ matrix.php }}
path: tests/reports

reports:
Expand All @@ -116,7 +116,8 @@ jobs:
- name: Download test reports
uses: actions/download-artifact@v4
with:
name: test-reports
pattern: test-reports-*
merge-multiple: true

- name: Report to CodeClimate
run: |
Expand Down

0 comments on commit de9094d

Please sign in to comment.