diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3cf22229..c38d2e4c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -51,7 +51,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: