diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d64ed68..cb8259f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: - name: "Upload coverage file" uses: "actions/upload-artifact@v2" with: - name: "phpunit-${{ matrix.deps }}-${{ matrix.php-version }}.coverage" + name: "phpunit-${{ matrix.dependencies }}-${{ matrix.php-version }}.coverage" path: "coverage.xml" upload_coverage: