Skip to content

Commit 9642038

Browse files
authored
fix performance tests artifact upload (#2949)
1 parent 292d890 commit 9642038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: "Upload composer.lock as build artifact"
6060
uses: actions/upload-artifact@v5
6161
with:
62-
name: composer.lock
62+
name: composer.lock-${{ matrix.php-version }}
6363
path: composer.lock
6464

6565
- name: "Run PHPBench"

0 commit comments

Comments
 (0)