Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Dec 19, 2023
1 parent 712e0d4 commit 76a43b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/phpunits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
id: unit-upload
uses: actions/upload-artifact@v4
with:
name: junit
name: junit-${{ matrix.runs-on }}
path: build/junit-${{matrix.wallet-versions}}-${{ matrix.php-versions }}-${{ matrix.caches }}-${{ matrix.databases }}.xml

artifacts:
Expand All @@ -150,6 +150,8 @@ jobs:
uses: actions/download-artifact@v4
with:
name: junit
pattern: junit-*
merge-multiple: true

- uses: actions/setup-go@v5
id: artifacts-golang
Expand Down

0 comments on commit 76a43b5

Please sign in to comment.