Skip to content

Commit acaa081

Browse files
authored
ci: fix variable reference (#1499)
1 parent 9f109a2 commit acaa081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Upload coverage file
5454
uses: actions/upload-artifact@v4
5555
with:
56-
name: phpunit-${{ matrix.deps }}-${{ matrix.php-version }}.coverage
56+
name: phpunit-${{ matrix.dependencies }}-${{ matrix.php-version }}.coverage
5757
path: coverage.xml
5858

5959
upload_coverage:

0 commit comments

Comments
 (0)