Skip to content

Commit

Permalink
Merge pull request #48 from bavix/update-benchmark
Browse files Browse the repository at this point in the history
Update benchmark
  • Loading branch information
rez1dent3 authored Dec 20, 2023
2 parents 4e9396d + d1bbdf9 commit 11ff57c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/phpunits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ jobs:

- name: Artifact upload
id: unit-upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: junit
name: junit-${{matrix.wallet-versions}}${{ matrix.php-versions }}${{ matrix.caches }}${{ matrix.databases }}
path: build/junit-${{matrix.wallet-versions}}-${{ matrix.php-versions }}-${{ matrix.caches }}-${{ matrix.databases }}.xml

artifacts:
Expand All @@ -147,9 +147,10 @@ jobs:
steps:
- name: Download junit
id: artifacts-download
uses: actions/download-artifact@v3
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 11ff57c

Please sign in to comment.